Skip to content

Commit

Permalink
create pv host dir if needed
Browse files Browse the repository at this point in the history
  • Loading branch information
samos123 committed Dec 5, 2024
1 parent 7017ae9 commit 95360f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e/engine-vllm-pvc/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ pip install -U "huggingface_hub[cli]"

PV_HOST_PATH=/tmp/data

mkdir -p ${PV_HOST_PATH}

huggingface-cli download facebook/opt-125m --local-dir ${PV_HOST_PATH} \
--exclude "tf_model.h5" --exclude "flax_model.msgpack"

Expand Down

0 comments on commit 95360f3

Please sign in to comment.