specific version
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ git clone https://huggingface.co/catid/cat-llama-3-8b-awq-q128-w4-gemm
|
|
10 |
|
11 |
conda create -n vllm8 python=3.10 -y && conda activate vllm8
|
12 |
|
13 |
-
pip install -U git+https://github.com/vllm-project/vllm.git
|
14 |
|
15 |
python -m vllm.entrypoints.openai.api_server --model cat-llama-3-8b-awq-q128-w4-gemm
|
16 |
-
```
|
|
|
10 |
|
11 |
conda create -n vllm8 python=3.10 -y && conda activate vllm8
|
12 |
|
13 |
+
pip install -U git+https://github.com/vllm-project/vllm.git@a134ef6
|
14 |
|
15 |
python -m vllm.entrypoints.openai.api_server --model cat-llama-3-8b-awq-q128-w4-gemm
|
16 |
+
```
|