liang2kl commited on
Commit
2d5d401
·
verified ·
1 Parent(s): 7796e2f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -52,13 +52,13 @@ python -m paroquant.cli.chat --model z-lab/Qwen3-4B-PARO
52
  For vLLM, you can directly use `vllm serve` to serve ParoQuant models:
53
 
54
  ```bash
55
- vllm serve $MODEL --port 8000
56
  ```
57
 
58
  For other frameworks:
59
 
60
  ```bash
61
- python -m paroquant.cli.serve --model $MODEL --port 8000
62
  ```
63
 
64
 
@@ -66,7 +66,7 @@ python -m paroquant.cli.serve --model $MODEL --port 8000
66
  ### Docker (NVIDIA GPU)
67
 
68
  > [!NOTE]
69
- > The following commands map the local cache directory to the container in order to persist kernel cache across runs. Remove `-v ...` to disable this behaviour.
70
 
71
  ```bash
72
  # Interactive chat
 
52
  For vLLM, you can directly use `vllm serve` to serve ParoQuant models:
53
 
54
  ```bash
55
+ vllm serve z-lab/Qwen3-4B-PARO --port 8000
56
  ```
57
 
58
  For other frameworks:
59
 
60
  ```bash
61
+ python -m paroquant.cli.serve --model z-lab/Qwen3-4B-PARO --port 8000
62
  ```
63
 
64
 
 
66
  ### Docker (NVIDIA GPU)
67
 
68
  > [!NOTE]
69
+ > The following commands map the local cache directory to the container in order to persist kernel cache across runs. Remove `-v ...` to disable this behavior.
70
 
71
  ```bash
72
  # Interactive chat