Skip to content

Commit eac316e

Browse files
generatedunixname89002005287564facebook-github-bot
authored andcommitted
Fix CQS signal facebook-folly-split-usage-check in fbcode/torchrec/inference (#3392)
Summary: Pull Request resolved: #3392 Differential Revision: D83128192 fbshipit-source-id: 39212525f6819e7586475bb96ef2bb370a5df204
1 parent c26367f commit eac316e

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)