ngxson HF staff commited on
Commit
8aa5465
·
verified ·
1 Parent(s): 5e06065

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,7 +97,7 @@ def process_model(ft_model_id: str, base_model_id: str, rank: str, private_repo,
97
  f"--device={device}"
98
  ]
99
  print("cmd", cmd)
100
- (returncode, output_stdout, output_stderr) = run_command()
101
  print("returncode", returncode)
102
  print("output_stdout", output_stdout)
103
  print("output_stderr", output_stderr)
 
97
  f"--device={device}"
98
  ]
99
  print("cmd", cmd)
100
+ (returncode, output_stdout, output_stderr) = run_command(cmd)
101
  print("returncode", returncode)
102
  print("output_stdout", output_stdout)
103
  print("output_stderr", output_stderr)