Firworks commited on
Commit
b5c50d1
·
verified ·
1 Parent(s): aadbb6b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -16,8 +16,8 @@ Check the original model card for information about this model.
16
 
17
  # Running the model with VLLM in Docker
18
  ```sh
19
- sudo docker run --runtime nvidia --gpus all -p 8000:8000 --ipc=host vllm/vllm-openai:nightly --model Firworks/Step-Audio-R1-nvfp4 --dtype auto --max-model-len 32768
20
  ```
21
- This was tested on a B200 cloud instance.
22
 
23
  If there are other models you're interested in seeing quantized to NVFP4 for use on the DGX Spark, or other modern Blackwell (or newer) cards let me know. I'm trying to make more NVFP4 models available to allow more people to try them out.
 
16
 
17
  # Running the model with VLLM in Docker
18
  ```sh
19
+ sudo docker run --runtime nvidia --gpus all -p 8000:8000 --ipc=host stepfun2025/vllm:step-audio-2-v20250909 --model Firworks/Step-Audio-R1-nvfp4 --dtype auto --max-model-len 32768
20
  ```
21
+ This was tested on an RTX Pro 6000 Blackwell cloud instance.
22
 
23
  If there are other models you're interested in seeing quantized to NVFP4 for use on the DGX Spark, or other modern Blackwell (or newer) cards let me know. I'm trying to make more NVFP4 models available to allow more people to try them out.