« KVarN » : différence entre les versions
De Le Wiki de Lug
Autres actions
| Ligne 9 : | Ligne 9 : | ||
# python -m pip install -U pip setuptools wheel | # python -m pip install -U pip setuptools wheel | ||
# VLLM_USE_PRECOMPILED=1 pip install -e . | # VLLM_USE_PRECOMPILED=1 pip install -e . | ||
== Tests en vrac == | |||
=== [https://huggingface.co/shawnw3i/Qwen3.6-27B-AWQ-MTP shawnw3i/Qwen3.6-27B-AWQ-MTP] === | |||
Version du 26 juillet 2026 à 09:32
Installation
# cd /opt/ # git clone https://github.com/huawei-csl/KVarN.git # cd KVarN # python3 -m venv .venv # source .venv/bin/activate # python -m pip install -U pip setuptools wheel # VLLM_USE_PRECOMPILED=1 pip install -e .