File size: 673 Bytes
3400c6c 89b8aa3 3400c6c 89b8aa3 3400c6c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
---
base_model: Qwen/Qwen3-235B-A22B
language:
- en
library_name: transformers
license_link: https://huggingface.co/Qwen/Qwen3-235B-A22B/blob/main/LICENSE
license: apache-2.0
tags:
- qwen3
- qwen
- unsloth
- transformers
---
Attn: Q4_K
Experts: IQ2_S
Please refer to [unsloth](https://huggingface.co/unsloth/Qwen3-235B-A22B-GGUF) for running this model.
```bash
./llama.cpp/llama-quantize --imatrix /work/yanzhi_group/models/unsloth/Qwen3-235B-A22B-GGUF/imatrix_unsloth.dat --keep-split /work/yanzhi_group/models/unsloth/Qwen3-235B-A22B-GGUF/BF16/Qwen3-235B-A22B-BF16-00001-of-00010.gguf /scratch/xie.yany/Qwen/Qwen3-235B-A22B-IQ2_S/Qwen3-235B-A22B-IQ2_S.gguf IQ2_S
``` |