hyunsikc commited on
Commit
d330860
·
verified ·
1 Parent(s): 45c6748

Remove --enable-reasoning

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -31,6 +31,5 @@ This model is the pre-compiled version of the [DeepSeek-R1-Distill-Llama-70B](ht
31
  To run this model with [Furiosa-LLM](https://developer.furiosa.ai/latest/en/furiosa_llm/intro.html), follow the example command below after [installing Furiosa-LLM and its prerequisites](https://developer.furiosa.ai/latest/en/getting_started/furiosa_llm.html#installing-furiosa-llm).
32
 
33
  ```sh
34
- furiosa-llm serve furiosa-ai/DeepSeek-R1-Distill-Llama-70B \
35
- --enable-reasoning --reasoning-parser deepseek_r1
36
  ```
 
31
  To run this model with [Furiosa-LLM](https://developer.furiosa.ai/latest/en/furiosa_llm/intro.html), follow the example command below after [installing Furiosa-LLM and its prerequisites](https://developer.furiosa.ai/latest/en/getting_started/furiosa_llm.html#installing-furiosa-llm).
32
 
33
  ```sh
34
+ furiosa-llm serve furiosa-ai/DeepSeek-R1-Distill-Llama-70B --reasoning-parser deepseek_r1
 
35
  ```