« KVarN » : différence entre les versions
De Le Wiki de Lug
Autres actions
Page créée avec « [https://github.com/huawei-csl/KVarN Source] == 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 . » |
|||
| Ligne 3 : | Ligne 3 : | ||
== Installation == | == Installation == | ||
# cd /opt/ | # cd /opt/ | ||
# git clone https://github.com/huawei-csl/KVarN.git | # git clone <nowiki>https://</nowiki>github.com/huawei-csl/KVarN.git | ||
# cd KVarN | # cd KVarN | ||
# python3 -m venv .venv | # python3 -m venv .venv | ||
Version du 26 juillet 2026 à 09:20
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 .