IQuestLabBot commited on
Commit
0b22cee
·
verified ·
1 Parent(s): e7859ff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -121,13 +121,13 @@ model_name = "IQuest/IQuest-Coder-V1-40B-Thinking"
121
  For production deployment, you can use vLLM to create an OpenAI-compatible API endpoint. Please refer to the [vLLM PR](https://github.com/vllm-project/vllm/pull/31575/files) for implementation details.
122
 
123
  ```bash
124
- vllm serve IQuest/IQuest-Coder-V1-40B-Instruct --tensor-parallel-size 8
125
  ```
126
 
127
  For Thinking models with reasoning support:
128
 
129
  ```bash
130
- vllm serve IQuest/IQuest-Coder-V1-40B-Thinking --reasoning-parser qwen3 --tensor-parallel-size 8
131
  ```
132
 
133
 
 
121
  For production deployment, you can use vLLM to create an OpenAI-compatible API endpoint. Please refer to the [vLLM PR](https://github.com/vllm-project/vllm/pull/31575/files) for implementation details.
122
 
123
  ```bash
124
+ vllm serve IQuestLab/IQuest-Coder-V1-40B-Instruct --tensor-parallel-size 8
125
  ```
126
 
127
  For Thinking models with reasoning support:
128
 
129
  ```bash
130
+ vllm serve IQuestLab/IQuest-Coder-V1-40B-Thinking --reasoning-parser qwen3 --tensor-parallel-size 8
131
  ```
132
 
133