robgreenberg3 commited on
Commit
40b51a1
·
verified ·
1 Parent(s): 160b447

Update README.md

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