robgreenberg3 commited on
Commit
c759269
·
verified ·
1 Parent(s): 8968561

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -64,7 +64,7 @@ Learn more about Mistral Small 3.1 in our [blog post](https://mistral.ai/news/mi
64
  <summary>Deploy on <strong>Red Hat AI Inference Server</strong></summary>
65
 
66
  ```bash
67
- $ podman run --rm -it --device nvidia.com/gpu=all -p 8000:8000 \
68
  --ipc=host \
69
  --env "HUGGING_FACE_HUB_TOKEN=$HF_TOKEN" \
70
  --env "HF_HUB_OFFLINE=0" -v ~/.cache/vllm:/home/vllm/.cache \
 
64
  <summary>Deploy on <strong>Red Hat AI Inference Server</strong></summary>
65
 
66
  ```bash
67
+ podman run --rm -it --device nvidia.com/gpu=all -p 8000:8000 \
68
  --ipc=host \
69
  --env "HUGGING_FACE_HUB_TOKEN=$HF_TOKEN" \
70
  --env "HF_HUB_OFFLINE=0" -v ~/.cache/vllm:/home/vllm/.cache \