本地模型DeepSeek-R1 微调 Published on May 20, 2026 in 随笔 with 0 comment window电脑本地微调deepseek-r1 1.5b模型 1.安装llama Factory https://github.com/hiyouga/LlamaFactory 2.源安装: ``` git clone --depth 1 https://github.com/hiyouga/LlamaFactory.git cd LlamaFactory pip install -e . pip install -r requirements/metrics.txt ``` 3.图形化界面运行: ``` llamafactory-cli webui ``` 4.准备数据集: ... 本文由 admin 创作,采用 知识共享署名4.0 国际许可协议进行许可。本站文章除注明转载/出处外,均为本站原创或翻译,转载前请务必署名。