robgreenberg3 commited on
Commit
33cccb2
·
verified ·
1 Parent(s): 784eaa2

Update README.md

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