llama-factory 记录

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

llama-factory 记录_第1张图片

 安装

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/ 

llama-factory 记录_第2张图片 

 

 

你可能感兴趣的:(llama)