加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
cov_ggml_rwkv.bat 257 Bytes
一键复制 编辑 原始数据 按行查看 历史
l15y 提交于 2023-05-30 21:54 . -
@echo off
call envirment.bat
%PYTHON% llms\rwkvcpp\convert_pytorch_to_ggml.py model/RWKV-4-World-0.4B-v1-20230529-ctx4096.pth model/rwkv_ggml_f16.bin float16
%PYTHON% llms\rwkvcpp\quantize.py model/rwkv_ggml_f16.bin model/rwkv_ggml_q8.bin Q8_0
pause
exit /b
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化