ThongCoder commited on
Commit
ad4f168
verified
1 Parent(s): 5209985

Update restore.py

Browse files
Files changed (1) hide show
  1. restore.py +1 -1
restore.py CHANGED
@@ -21,7 +21,7 @@ os.makedirs(env["XDG_CACHE_HOME"], exist_ok=True)
21
  os.makedirs(env["TMPDIR"], exist_ok=True)
22
 
23
  subprocess.run(
24
- ["hf", "download", BACKUP_REPO, "--repo-type", "dataset", "--local-dir", "/home/vscode/workspace", "--force", "--exclude", ".gitattributes", "--exclude", "*.md"],
25
  check=True,
26
  env=env,
27
  )
 
21
  os.makedirs(env["TMPDIR"], exist_ok=True)
22
 
23
  subprocess.run(
24
+ ["hf", "download", BACKUP_REPO, "--repo-type", "dataset", "--local-dir", "/home/vscode", "--force", "--exclude", ".gitattributes", "--exclude", "*.md"],
25
  check=True,
26
  env=env,
27
  )