Adding `transformers` as the library name

#8
by ariG23498 HF Staff - opened
Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -1,13 +1,14 @@
1
  ---
2
  base_model: Qwen/Qwen3.5-122B-A10B
3
  tags:
4
- - quantized
5
- - nvfp4
6
- - compressed-tensors
7
- - llm-compressor
8
- - moe
9
- - qwen3.5
10
  quantized_by: Sehyo
 
11
  ---
12
 
13
  # Qwen3.5-122B-A10B-NVFP4
@@ -31,4 +32,4 @@ Please use nightly vLLM for support.
31
 
32
  ## Creation
33
 
34
- This model was created using [VLLM's LLM Compressor](https://github.com/vllm-project/llm-compressor) with Qwen3.5 MoE support added via [PR #2383](https://github.com/vllm-project/llm-compressor/pull/2383). The PR adds a custom `CalibrationQwen3MoeSparseMoeBlock` that routes calibration data to all experts during quantization, ensuring every expert receives proper calibration for accurate NVFP4 quantization.
 
1
  ---
2
  base_model: Qwen/Qwen3.5-122B-A10B
3
  tags:
4
+ - quantized
5
+ - nvfp4
6
+ - compressed-tensors
7
+ - llm-compressor
8
+ - moe
9
+ - qwen3.5
10
  quantized_by: Sehyo
11
+ library_name: transformers
12
  ---
13
 
14
  # Qwen3.5-122B-A10B-NVFP4
 
32
 
33
  ## Creation
34
 
35
+ This model was created using [VLLM's LLM Compressor](https://github.com/vllm-project/llm-compressor) with Qwen3.5 MoE support added via [PR #2383](https://github.com/vllm-project/llm-compressor/pull/2383). The PR adds a custom `CalibrationQwen3MoeSparseMoeBlock` that routes calibration data to all experts during quantization, ensuring every expert receives proper calibration for accurate NVFP4 quantization.