ig1sa commited on
Commit
c19f951
·
verified ·
1 Parent(s): 340efe1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -4,17 +4,17 @@ base_model:
4
  - perplexity-ai/r1-1776
5
  ---
6
 
7
- Currently vLLM does not support FP8 Dynamic on FP8 Fused MoE layers.
8
-
9
- ```
10
- For FP8 Fused MoE layers, only per-tensor scalesfor weights and activations are supported. Found num_bits=8 type='float' symmetric=True group_size=None strategy='channel' block_structure=None dynamic=False actorder=None observer='minmax' observer_kwargs={}, num_bits=8 type='float' symmetric=True group_size=None strategy='token' block_structure=None dynamic=True actorder=None observer=None observer_kwargs={}
11
- ```
12
-
13
- Keeping this model for later use.
14
 
15
  Run cmd:
16
 
17
  ```bash
18
  NB_GPU=8
19
  docker run --rm --runtime nvidia --gpus 'all' --ipc=host -e "OMP_NUM_THREADS=$(nproc)" -e 'HF_TOKEN' -v '/root/.cache/huggingface:/root/.cache/huggingface' -p 8000:8000 'vllm/vllm-openai:v0.7.3' --host 0.0.0.0 --port 8000 --trust-remote-code --tensor-parallel-size $NB_GPU --served-model-name deepseek-reasoner --enable-reasoning --reasoning-parser deepseek_r1 --model 'ig1/r1-1776-FP8-Dynamic' --override-generation-config '{"temperature":0.6,"top_p":0.95}' --enable-chunked-prefill=False
 
 
 
 
 
 
20
  ```
 
4
  - perplexity-ai/r1-1776
5
  ---
6
 
7
+ DO NOT USE. Currently vLLM does not support FP8 Dynamic on FP8 Fused MoE layers. Keeping this model for later use.
 
 
 
 
 
 
8
 
9
  Run cmd:
10
 
11
  ```bash
12
  NB_GPU=8
13
  docker run --rm --runtime nvidia --gpus 'all' --ipc=host -e "OMP_NUM_THREADS=$(nproc)" -e 'HF_TOKEN' -v '/root/.cache/huggingface:/root/.cache/huggingface' -p 8000:8000 'vllm/vllm-openai:v0.7.3' --host 0.0.0.0 --port 8000 --trust-remote-code --tensor-parallel-size $NB_GPU --served-model-name deepseek-reasoner --enable-reasoning --reasoning-parser deepseek_r1 --model 'ig1/r1-1776-FP8-Dynamic' --override-generation-config '{"temperature":0.6,"top_p":0.95}' --enable-chunked-prefill=False
14
+ ```
15
+
16
+ Error:
17
+
18
+ ```
19
+ For FP8 Fused MoE layers, only per-tensor scalesfor weights and activations are supported. Found num_bits=8 type='float' symmetric=True group_size=None strategy='channel' block_structure=None dynamic=False actorder=None observer='minmax' observer_kwargs={}, num_bits=8 type='float' symmetric=True group_size=None strategy='token' block_structure=None dynamic=True actorder=None observer=None observer_kwargs={}
20
  ```