mirror of
https://github.com/Lizonghang/prima.cpp.git
synced 2025-09-05 21:39:02 +00:00
update README
This commit is contained in:
parent
ba59a1a07a
commit
3a03549fed
1 changed files with 2 additions and 2 deletions
|
@ -238,7 +238,7 @@ sudo docker run -dit --name prima-v3 --memory=8gb --memory-swap=8gb --cpus 8 --c
|
||||||
sudo docker run -dit --name prima-v4 --memory=8gb --memory-swap=8gb --cpus 8 --cpuset-cpus="24-31" --network host --gpus all prima.cpp:1.0.1-cuda
|
sudo docker run -dit --name prima-v4 --memory=8gb --memory-swap=8gb --cpus 8 --cpuset-cpus="24-31" --network host --gpus all prima.cpp:1.0.1-cuda
|
||||||
```
|
```
|
||||||
|
|
||||||
1. Download the model file [`qwq-32b-q4_k_m.gguf`](https://huggingface.co/Qwen/QwQ-32B-GGUF) and copy it into each container:
|
2. Download the model file [`qwq-32b-q4_k_m.gguf`](https://huggingface.co/Qwen/QwQ-32B-GGUF) and copy it into each container:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
cd prima.cpp/download
|
cd prima.cpp/download
|
||||||
|
@ -248,7 +248,7 @@ sudo docker cp qwq-32b-q4_k_m.gguf prima-v3:/root/prima.cpp/download/
|
||||||
sudo docker cp qwq-32b-q4_k_m.gguf prima-v4:/root/prima.cpp/download/
|
sudo docker cp qwq-32b-q4_k_m.gguf prima-v4:/root/prima.cpp/download/
|
||||||
```
|
```
|
||||||
|
|
||||||
1. Enter each container and build prima.cpp:
|
3. Enter each container and build prima.cpp:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
cd /root/prima.cpp
|
cd /root/prima.cpp
|
||||||
|
|
Loading…
Add table
Reference in a new issue