Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
samos123 committed Dec 5, 2024
1 parent 2530322 commit f5f1656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/engine-vllm-pvc/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ 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"
--exclude "tf_model.h5" "flax_model.msgpack"

kubectl apply -f $REPO_DIR/test/e2e/engine-vllm-pvc/pvc.yaml

Expand Down

0 comments on commit f5f1656

Please sign in to comment.