robgreenberg3 commited on
Commit
ad85555
·
verified ·
1 Parent(s): c263a90

Update README.md

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