摘要:
1.需要用llama.cpp仓库的convert_hf_to_gguf.py脚本来转换 git clone https://github.com/ggerganov/llama.cpp.git pip install -r llama.cpp/requirements.txt 2.执行转换命令: # 阅读全文
posted @ 2025-03-31 17:22
zhaoxi1
阅读(223)
评论(0)
推荐(0)
摘要:
地址:https://gitee.com/jayuc/ai-study.git 修改pip镜像源为清华:pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/ pytorch无gpu安装:pip install 阅读全文
posted @ 2025-03-20 14:12
zhaoxi1
阅读(10)
评论(0)
推荐(0)