robgreenberg3 commited on
Commit
9be01cf
·
verified ·
1 Parent(s): fa59a0d

Update README.md

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