Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
AsakusaRinne committed May 7, 2024
1 parent 8f3f608 commit 4f33c0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/download_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
args = parser.parse_args()

with open(args.model_list, 'r') as f:
model_id, filename = f.readline().split(',')
repo_id, filename = f.readline().split(',')

hf_hub_download(
model_id=model_id,
repo_id=repo_id,
filename=filename,
local_dir=args.model_dir,
local_dir_use_symlinks=False,
Expand Down

0 comments on commit 4f33c0d

Please sign in to comment.