meg HF Staff commited on
Commit
10e0281
·
verified ·
1 Parent(s): 262876c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def start_train():
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
  os.system(f"echo 'Uploading {run_dir} to {RESULTS_DSET}'")
38
  try:
 
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 {model} {task} {hardware} {run_dir}")
36
  # Uploads all run output to the results dataset.
37
  os.system(f"echo 'Uploading {run_dir} to {RESULTS_DSET}'")
38
  try: