robgreenberg3 commited on
Commit
ef83fcc
·
verified ·
1 Parent(s): d08f739

Update README.md

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