We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e326403 commit 5740b63Copy full SHA for 5740b63
torchrec/inference/inference_legacy/src/SingleGPUExecutor.cpp
@@ -143,7 +143,7 @@ void SingleGPUExecutor::process() {
143
&manager_->allInstances().at(execInfo.interpIdx));
144
145
std::vector<std::string> names;
146
- folly::split(".", submodulePath, names);
+ folly::split('.', submodulePath, names);
147
auto m = I.fromMovable(execInfo.model);
148
for (const auto& name : names) {
149
if (name == "") {
0 commit comments