tflsxyy's picture
Update README.md
89b8aa3 verified
|
raw
history blame contribute delete
673 Bytes
---
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
```