jerryzh168 commited on
Commit
2798cee
·
verified ·
1 Parent(s): 778720c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -13,7 +13,7 @@ base_model:
13
  pipeline_tag: text-generation
14
  ---
15
 
16
- [Qwen3-32B](https://huggingface.co/Qwen/Qwen3-32B) model quantized with [torchao](https://huggingface.co/docs/transformers/main/en/quantization/torchao) float8 dynamic activation and float8 weight quantization (per row granularity), by PyTorch team. Use it directly, or serve using [vLLM](https://docs.vllm.ai/en/latest/) with 47% VRAM reduction, around 1.5x speedup and little to no accuracy impact on H100.
17
 
18
  # Inference with vLLM
19
  ```Shell
 
13
  pipeline_tag: text-generation
14
  ---
15
 
16
+ [Qwen3-32B](https://huggingface.co/Qwen/Qwen3-32B) model quantized with [torchao](https://huggingface.co/docs/transformers/main/en/quantization/torchao) float8 dynamic activation and float8 weight quantization (per row granularity), by PyTorch team. Use it directly, or serve using [vLLM](https://docs.vllm.ai/en/latest/) with 47% VRAM reduction (34.54 GB needed), around 1.5x speedup and little to no accuracy impact on H100.
17
 
18
  # Inference with vLLM
19
  ```Shell