Update README.md
Browse files
README.md
CHANGED
@@ -37,4 +37,4 @@ wget https://hf-mirror.com/SakuraLLM/Sakura-GalTransl-14B-v3.7/resolve/main/Saku
|
|
37 |
./llama.cpp/llama-server -m Sakura-Galtransl-14B-v3.7-Q5_K_S.gguf -c 32768 -np 16 -fa -ngl 999 -a Sakura-Galtransl-14B-v3.7-Q5_K_S --port 6006
|
38 |
```
|
39 |
|
40 |
-
然后继续按"SSH转发服务到本地"操作即可。接口地址为http://127.0.0.1:6006,翻译时可以设置**16线程**最大化速度
|
|
|
37 |
./llama.cpp/llama-server -m Sakura-Galtransl-14B-v3.7-Q5_K_S.gguf -c 32768 -np 16 -fa -ngl 999 -a Sakura-Galtransl-14B-v3.7-Q5_K_S --port 6006
|
38 |
```
|
39 |
|
40 |
+
然后继续按"SSH转发服务到本地"操作即可。接口地址为http://127.0.0.1:6006 ,翻译时可以设置**16线程**最大化速度
|