YuYu1015 commited on
Commit
5b45609
·
verified ·
1 Parent(s): a70c48a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -38
README.md CHANGED
@@ -129,25 +129,6 @@ vllm serve /path/to/model \
129
  - `--performance-mode interactivity` enables latency-optimized CUDA graphs and kernels
130
  - Clear page cache before starting on UMA: `sudo sh -c 'echo 3 > /proc/sys/vm/drop_caches'`
131
 
132
- ### Reproduce Quantization
133
-
134
- **Environment:** `nvcr.io/nvidia/pytorch:26.03-py3` with `auto-round==0.12.2`
135
-
136
- ```bash
137
- auto-round \
138
- --model_name /path/to/Huihui-Qwen3.5-35B-A3B-Claude-4.6-Opus-abliterated \
139
- --output_dir /path/to/output \
140
- --bits 4 \
141
- --group_size 128 \
142
- --iters 200 \
143
- --nsamples 512 \
144
- --seqlen 2048 \
145
- --format auto_round \
146
- --ignore_layers shared_expert,shared_expert_gate,mtp.fc,linear_attn
147
- ```
148
-
149
- Quantization took approximately 4 hours on a single NVIDIA DGX Spark (GB10).
150
-
151
  ### Safety Warning
152
 
153
  This model has safety filtering removed (abliterated) and may generate inappropriate content. Users are solely responsible for all consequences arising from its use. Please ensure usage complies with local laws and ethical standards.
@@ -243,25 +224,6 @@ This model has safety filtering removed (abliterated) and may generate inappropr
243
  - `--performance-mode interactivity` 啟用延遲最佳化的 CUDA graphs 和 kernel
244
  - UMA 架構啟動前請先清除 page cache:`sudo sh -c 'echo 3 > /proc/sys/vm/drop_caches'`
245
 
246
- ### 量化指令
247
-
248
- **環境:** `nvcr.io/nvidia/pytorch:26.03-py3` + `auto-round==0.12.2`
249
-
250
- ```bash
251
- auto-round \
252
- --model_name /path/to/Huihui-Qwen3.5-35B-A3B-Claude-4.6-Opus-abliterated \
253
- --output_dir /path/to/output \
254
- --bits 4 \
255
- --group_size 128 \
256
- --iters 200 \
257
- --nsamples 512 \
258
- --seqlen 2048 \
259
- --format auto_round \
260
- --ignore_layers shared_expert,shared_expert_gate,mtp.fc,linear_attn
261
- ```
262
-
263
- 在單台 NVIDIA DGX Spark (GB10) 上量化,耗時約 4 小時。
264
-
265
  ### 安全警告
266
 
267
  此模型已移除安全過濾機制(abliterated),可能產生敏感、爭議性或不當內容。使用者須自行承擔所有風險與法律責任,並確保使用方式符合當地法規與倫理標準。
 
129
  - `--performance-mode interactivity` enables latency-optimized CUDA graphs and kernels
130
  - Clear page cache before starting on UMA: `sudo sh -c 'echo 3 > /proc/sys/vm/drop_caches'`
131
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
132
  ### Safety Warning
133
 
134
  This model has safety filtering removed (abliterated) and may generate inappropriate content. Users are solely responsible for all consequences arising from its use. Please ensure usage complies with local laws and ethical standards.
 
224
  - `--performance-mode interactivity` 啟用延遲最佳化的 CUDA graphs 和 kernel
225
  - UMA 架構啟動前請先清除 page cache:`sudo sh -c 'echo 3 > /proc/sys/vm/drop_caches'`
226
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
227
  ### 安全警告
228
 
229
  此模型已移除安全過濾機制(abliterated),可能產生敏感、爭議性或不當內容。使用者須自行承擔所有風險與法律責任,並確保使用方式符合當地法規與倫理標準。