Skip to content

Commit ab3f385

Browse files
JoyceChenNVnealvaidya
authored andcommitted
fix: hf command
1 parent 6b32efb commit ab3f385

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
branches:
66
- main
7+
pull_request:
8+
branches:
9+
- main
710
workflow_dispatch:
811

912
concurrency:

deploy/1_HuggingFace_Safetensors.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,7 @@
838838
},
839839
"outputs": [],
840840
"source": [
841-
"!huggingface-cli download Qwen/Qwen2.5-0.5B-Instruct --local-dir \"$LOCAL_MODEL_DIR\" && echo \"✓ Model downloaded successfully\""
841+
"!hf download Qwen/Qwen2.5-0.5B-Instruct --local-dir \"$LOCAL_MODEL_DIR\" && echo \"✓ Model downloaded successfully\""
842842
]
843843
},
844844
{

deploy/2_TRTLLM_Checkpoints_Engines.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@
414414
"metadata": {},
415415
"outputs": [],
416416
"source": [
417-
"!huggingface-cli download meta-llama/Meta-Llama-3-8B-Instruct --local-dir \"$LOCAL_MODEL_DIR\" && echo \"✓ Model downloaded successfully\""
417+
"!hf download meta-llama/Meta-Llama-3-8B-Instruct --local-dir \"$LOCAL_MODEL_DIR\" && echo \"✓ Model downloaded successfully\""
418418
]
419419
},
420420
{

0 commit comments

Comments
 (0)