Update README.md
Browse files
README.md
CHANGED
|
@@ -1,9 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
-
I used AutoAWQ to quantize Kimi K2
|
| 5 |
-
|
| 6 |
-
Run with this command:
|
| 7 |
|
| 8 |
```
|
| 9 |
$ docker run -it --rm \
|
|
@@ -15,5 +13,15 @@ $ docker run -it --rm \
|
|
| 15 |
-v $HOME/.cache/huggingface:/root/.cache/huggingface \
|
| 16 |
vllm/vllm-openai:latest \
|
| 17 |
-c "pip install blobfile && python3 -m vllm.entrypoints.openai.api_server --model QuixiAI/Kimi-K2-Base-AWQ --port 8000 --tensor-parallel-size 8 --trust-remote-code --gpu-memory-utilization 0.95 --enable-prefix-caching --enable-chunked-prefill --dtype bfloat16"```
|
|
|
|
| 18 |
|
| 19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
+
I used AutoAWQ to quantize Kimi K2
|
|
|
|
|
|
|
| 5 |
|
| 6 |
```
|
| 7 |
$ docker run -it --rm \
|
|
|
|
| 13 |
-v $HOME/.cache/huggingface:/root/.cache/huggingface \
|
| 14 |
vllm/vllm-openai:latest \
|
| 15 |
-c "pip install blobfile && python3 -m vllm.entrypoints.openai.api_server --model QuixiAI/Kimi-K2-Base-AWQ --port 8000 --tensor-parallel-size 8 --trust-remote-code --gpu-memory-utilization 0.95 --enable-prefix-caching --enable-chunked-prefill --dtype bfloat16"```
|
| 16 |
+
```
|
| 17 |
|
| 18 |
+
vLLM seems to have a bug that prevents it from inferencing.
|
| 19 |
+
|
| 20 |
+
```
|
| 21 |
+
(VllmWorker rank=1 pid=644) ERROR 08-03 22:42:00 [multiproc_executor.py:511] WorkerProc failed to start.
|
| 22 |
+
...
|
| 23 |
+
(VllmWorker rank=1 pid=644) ERROR 08-03 22:42:00 [multiproc_executor.py:511] File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/linear.py", line 443, in weight_loader
|
| 24 |
+
(VllmWorker rank=1 pid=644) ERROR 08-03 22:42:00 [multiproc_executor.py:511] param[shard_offset:shard_offset + shard_size] = loaded_weight
|
| 25 |
+
(VllmWorker rank=1 pid=644) ERROR 08-03 22:42:00 [multiproc_executor.py:511] ~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 26 |
+
(VllmWorker rank=1 pid=644) ERROR 08-03 22:42:00 [multiproc_executor.py:511] RuntimeError: The expanded size of the tensor (264) must match the existing size (72) at non-singleton dimension 1. Target sizes: [576, 264]. Tensor sizes: [7168, 72]
|
| 27 |
+
```
|