赞
踩
查询GPU使用状态:
watch -n 0.5 nvidia-smi
使用GPU编译llama.cpp:
make LLAMA_CUBLAS=1
用过make的记得删除项目,重新再以上执行命令,要不还是会使用CPU
两种启动方式(41是GPU启动层数,根据自身配置修改)
页面访问:./server -m ./models/qwen1_5-1_8b-chat-q8_0.gguf -c 2048 --port 6006 -ngl 41
命令行访问:./main -m ./models/qwen1_5-14b-chat-q2_k.gguf -n 512 --color -i -cml -f prompts/chat-with-qwen.txt -ngl 41
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。