Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
min-jean-cho authored Nov 29, 2021
1 parent 48ad12f commit f0a9bf3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ public void startWorker(int port) throws WorkerInitializationException, Interrup
if (configManager.isCPULauncherEnabled()) {
argl.add("-m");
argl.add("intel_extension_for_pytorch.cpu.launch");
argl.add("----ninstance")
argl.add("1")
argl.add("----ninstance");
argl.add("1");
String largs = configManager.getCPULauncherArgs();
if (largs != null && largs.length() > 1) {
String[] argarray = largs.split(" ");
Expand Down

0 comments on commit f0a9bf3

Please sign in to comment.