Update README.md
Browse files
README.md
CHANGED
|
@@ -13,7 +13,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-Instruct-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 |
|
|
@@ -24,4 +24,4 @@ vLLM seems to have a bug that prevents it from inferencing.
|
|
| 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 |
-
```
|
|
|
|
| 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-Instruct-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 |
|
|
|
|
| 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 |
+
```
|