llama-factory 记录

GitHub - hiyouga/LLaMA-Factory: Unified Efficient Fine-Tuning of 100+ LLMs & VLMs (ACL 2024)

安装

复制代码
git clone https://github.com/hiyouga/LLaMA-Factory.git
conda create -n llama_factory python=3.10
conda activate llama_factory
cd LLaMA-Factory
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -e .[metrics]

运行

复制代码
python src/train_web.py

http://0.0.0.0:7860/

相关推荐
骑士9991112 天前
llama_factory 安装以及大模型微调
llama
周小码2 天前
llama-stack实战:Python构建Llama应用的可组合开发框架(8k星)
开发语言·python·llama
blackoon885 天前
DeepSeek R1大模型微调实战-llama-factory的模型下载与训练
llama
johnny2335 天前
大模型微调理论、实战:LLaMA-Factory、Unsloth
llama
闲看云起5 天前
从 GPT 到 LLaMA:解密 LLM 的核心架构——Decoder-Only 模型
gpt·架构·llama
小草cys6 天前
在树莓派集群上部署 Distributed Llama (Qwen 3 14B) 详细指南
python·llama·树莓派·qwen
咕咚-萌西7 天前
联邦学习论文分享:Towards Building the Federated GPT:Federated Instruction Tuning
llama·联邦学习·指令微调
relis8 天前
解密llama.cpp中的batch与ubatch:深度学习推理优化的内存艺术
深度学习·batch·llama
relis8 天前
解密llama.cpp:Prompt Processing如何实现高效推理?
prompt·llama
GEO_JYB9 天前
BERT家族进化史:从BERT到LLaMA,每一次飞跃都源于对“学习”的更深理解
学习·bert·llama