"test/vscode:/vscode.git/clone" did not exist on "b4284de01f69e72653da6e509270865bf444482d"
Commit 0bbfb6e6 authored by chenpangpang's avatar chenpangpang
Browse files

feat: 解决在不同gpu上需要重新编译的问题

parent d948fb4e
#!/bin/bash
cd /root/voicechat2
cd llama.cpp && make clean && make GGML_CUDA=1 -j && cd ..
python run.py
\ No newline at end of file
......@@ -8,7 +8,7 @@
},
"source": [
"## 说明\n",
"- 启动需要加载模型,需要1分钟左右的时间\n",
"- 启动需要编译、加载模型,需要8分钟左右的时间\n",
"- 启动和重启 Notebook 点上方工具栏中的「重启并运行所有单元格」,出现`Uvicorn running on http://0.0.0.0:8003 (Press CTRL+C to quit)`就成功,可以开启页面了\n",
"- 通过以下方式开启页面:\n",
" - 控制台打开「自定义服务」了,访问自定义服务端口号设置为8000\n",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment