Skip to content

Commit

Permalink
Update README.md (#344)
Browse files Browse the repository at this point in the history
Fix incorrect storage uri prefix

Signed-off-by: zoramt <[email protected]>
  • Loading branch information
zoramt authored Feb 7, 2024
1 parent 501529e commit d8c66b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modelserving/v1beta1/llm/vllm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The LLaMA model can be downloaded from [huggingface](https://huggingface.co/meta
- vllm.entrypoints.api_server
env:
- name: STORAGE_URI
value: gcs://kfserving-examples/llm/huggingface/llama
value: gs://kfserving-examples/llm/huggingface/llama
image: kserve/vllmserver:latest
name: kserve-container
resources:
Expand Down

0 comments on commit d8c66b3

Please sign in to comment.