Update README.md
Browse files
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 |
-
|
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 \
|