Skip to content

Commit

Permalink
Update online-inference/vllm/01-optional-s3-serialize-job.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Sanger Steel <[email protected]>
  • Loading branch information
rtalaricw and sangstar authored Apr 25, 2024
1 parent 7897763 commit 367973e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion online-inference/vllm/01-optional-s3-serialize-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
- "/bin/sh"
- "-c"
- |
cd /app/vllm && python3 -m examples.tensorize_vllm_model --model EleutherAI/pythia-70m --dtype float16 serialize --serialized-directory s3://model-store/ --suffix vllm
cd /app/vllm && python3 -m examples.tensorize_vllm_model --model EleutherAI/pythia-70m serialize --serialized-directory s3://model-store/ --suffix vllm
env:
- name: S3_ACCESS_KEY_ID
valueFrom:
Expand Down

0 comments on commit 367973e

Please sign in to comment.