meg HF Staff commited on
Commit
8a060db
·
verified ·
1 Parent(s): 9704550

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def start_train():
31
  print(f"Attempting to benchmark model {model} on task {task}.")
32
  # Create the name of the directory for output.
33
  now = time.time()
34
- run_dir = f"/runs/{task}/{model}/{now}"
35
  os.system(f"./entrypoint.sh {REPO_ID} {model} {task} {hardware} {run_dir}")
36
  # Uploads all run output to the results dataset.
37
  print(f"Uploading {run_dir} to {RESULTS_DSET}")
 
31
  print(f"Attempting to benchmark model {model} on task {task}.")
32
  # Create the name of the directory for output.
33
  now = time.time()
34
+ run_dir = f"runs/{task}/{model}/{now}"
35
  os.system(f"./entrypoint.sh {REPO_ID} {model} {task} {hardware} {run_dir}")
36
  # Uploads all run output to the results dataset.
37
  print(f"Uploading {run_dir} to {RESULTS_DSET}")