robgreenberg3 commited on
Commit
3882d5a
·
verified ·
1 Parent(s): ba32fbc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -93,7 +93,7 @@ vLLM aslo supports OpenAI-compatible serving. See the [documentation](https://do
93
  <summary>Deploy on <strong>Red Hat AI Inference Server</strong></summary>
94
 
95
  ```bash
96
- $ podman run --rm -it --device nvidia.com/gpu=all -p 8000:8000 \
97
  --ipc=host \
98
  --env "HUGGING_FACE_HUB_TOKEN=$HF_TOKEN" \
99
  --env "HF_HUB_OFFLINE=0" -v ~/.cache/vllm:/home/vllm/.cache \
 
93
  <summary>Deploy on <strong>Red Hat AI Inference Server</strong></summary>
94
 
95
  ```bash
96
+ podman run --rm -it --device nvidia.com/gpu=all -p 8000:8000 \
97
  --ipc=host \
98
  --env "HUGGING_FACE_HUB_TOKEN=$HF_TOKEN" \
99
  --env "HF_HUB_OFFLINE=0" -v ~/.cache/vllm:/home/vllm/.cache \