liang2kl commited on
Commit
9a5fe3b
·
verified ·
1 Parent(s): c931afe

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -17,7 +17,7 @@ base_model:
17
  <a href="https://pypi.org/project/paroquant/"><img src="https://img.shields.io/pypi/v/paroquant" alt="PyPI"></a>
18
  </p>
19
 
20
- ParoQuant is the state-of-the-art INT4 quantization for LLMs. It closes the accuracy gap with FP16 while running at near-AWQ speed. Supports NVIDIA GPUs (vLLM, Transformers) and Apple Silicon (MLX).
21
 
22
  z-lab/Qwen3.5-2B-PARO is a 4-bit [Qwen/Qwen3.5-2B](https://huggingface.co/Qwen/Qwen3.5-2B) quantized with ParoQuant. Check out other ParoQuant models from the Hugging Face [collection](https://huggingface.co/collections/z-lab/paroquant).
23
 
@@ -45,8 +45,6 @@ pip install "paroquant[mlx]"
45
  python -m paroquant.cli.chat --model z-lab/Qwen3.5-2B-PARO
46
  ```
47
 
48
- Add `--llm-only` if you do not wish to load the VLM components.
49
-
50
  ### OpenAI-Compatible API Server
51
 
52
  ```bash
 
17
  <a href="https://pypi.org/project/paroquant/"><img src="https://img.shields.io/pypi/v/paroquant" alt="PyPI"></a>
18
  </p>
19
 
20
+ ParoQuant is the state-of-the-art INT4 quantization for LLMs. It closes the accuracy gap with FP16 while running at near-AWQ speed. Supports NVIDIA GPUs (vLLM, Transformers) and Apple Silicon (MLX). For more information, see https://github.com/z-lab/paroquant.
21
 
22
  z-lab/Qwen3.5-2B-PARO is a 4-bit [Qwen/Qwen3.5-2B](https://huggingface.co/Qwen/Qwen3.5-2B) quantized with ParoQuant. Check out other ParoQuant models from the Hugging Face [collection](https://huggingface.co/collections/z-lab/paroquant).
23
 
 
45
  python -m paroquant.cli.chat --model z-lab/Qwen3.5-2B-PARO
46
  ```
47
 
 
 
48
  ### OpenAI-Compatible API Server
49
 
50
  ```bash