Skip to content

Commit b02fbda

Browse files
CodemodService Botfacebook-github-bot
authored andcommitted
Fix CQS signal facebook-folly-split-usage-check in fbcode/torchrec/inference (#3209)
Summary: Pull Request resolved: #3209 Differential Revision: D78549342
1 parent dd20e10 commit b02fbda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchrec/inference/inference_legacy/src/SingleGPUExecutor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ void SingleGPUExecutor::process() {
143143
&manager_->allInstances().at(execInfo.interpIdx));
144144

145145
std::vector<std::string> names;
146-
folly::split(".", submodulePath, names);
146+
folly::split('.', submodulePath, names);
147147
auto m = I.fromMovable(execInfo.model);
148148
for (const auto& name : names) {
149149
if (name == "") {

0 commit comments

Comments
 (0)