robgreenberg3 commited on
Commit
dbaf92e
·
verified ·
1 Parent(s): 0dd158b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -124,7 +124,7 @@ The model can be used with the following frameworks;
124
  <summary>Deploy on <strong>Red Hat AI Inference Server</strong></summary>
125
 
126
  ```bash
127
- $ podman run --rm -it --device nvidia.com/gpu=all -p 8000:8000 \
128
  --ipc=host \
129
  --env "HUGGING_FACE_HUB_TOKEN=$HF_TOKEN" \
130
  --env "HF_HUB_OFFLINE=0" -v ~/.cache/vllm:/home/vllm/.cache \
 
124
  <summary>Deploy on <strong>Red Hat AI Inference Server</strong></summary>
125
 
126
  ```bash
127
+ podman run --rm -it --device nvidia.com/gpu=all -p 8000:8000 \
128
  --ipc=host \
129
  --env "HUGGING_FACE_HUB_TOKEN=$HF_TOKEN" \
130
  --env "HF_HUB_OFFLINE=0" -v ~/.cache/vllm:/home/vllm/.cache \