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 -r requirements.txt 如果要在 Windows 平台上开启量化 LoRA(QLoRA),需要安装预编译的 bitsandbytes 库, 支持 CUDA 11.1 到 12.2, 请根据您的...
main .github assets benchmark.svg wechat.jpg data evaluation src tests .gitattributes .gitignore CODE_OF_CONDUCT.md LICENSE README.md README_zh.md pyproject.toml requirements.txt setup.py This branch is3 commits ahead of,1509 commits behindhiyouga/LLaMA-Factory:main. ...
This branch is853 commits behindhiyouga/LLaMA-Factory:main. We provide diverse examples about fine-tuning LLMs. Make sure to execute these commands in theLLaMA-Factorydirectory. Table of Contents LoRA Fine-Tuning on A Single GPU QLoRA Fine-Tuning on a Single GPU ...
This branch is3 commits ahead of,1578 commits behindhiyouga/LLaMA-Factory:main. Folders and files Name Last commit message Last commit date parent directory .. llmtuner support Yi-34B-Chat models Nov 23, 2023 api_demo.py update gradio, support multiple resp in api ...
main .github assets data evaluation ceval cmmlu mmlu examples scripts src tests .dockerignore .gitattributes .gitignore CITATION.cff Dockerfile LICENSE Makefile README.md README_zh.md docker-compose.yml pyproject.toml requirements.txt setup.pyBreadcrumbs LLaMA-Factory/...
Files main .github assets data evaluation examples scripts src tests .dockerignore .gitattributes .gitignore CITATION.cff Dockerfile LICENSE MANIFEST.in Makefile README.md README_zh.md docker-compose.yml pyproject.toml requirements.txt setup.pyBreadcrumbs LLaMA-Factory / Dockerfile ...
Efficiently Fine-Tune 100+ LLMs in WebUI (ACL 2024) - LLaMA-Factory/src/llamafactory/data/collator.py at main · hiyouga/LLaMA-Factory
Unified Efficient Fine-Tuning of 100+ LLMs (ACL 2024) - LLaMA-Factory/src/llamafactory/model/loader.py at main · hiyouga/LLaMA-Factory
main .github assets data evaluation examples scripts src tests .dockerignore .gitattributes .gitignore CITATION.cff Dockerfile LICENSE Makefile README.md README_zh.md docker-compose.yml pyproject.toml requirements.txt setup.py rickyang1114/LLaMA-Factory is licensed under the ...
@@ -107,7 +107,7 @@ https://github.com/hiyouga/LLaMA-Factory/assets/16256802/ec36a9dd-37f4-4f72-81bd [24/02/05] Qwen1.5(Qwen2 测试版)系列模型已在 LLaMA-Factory 中实现微调支持。详情请查阅该[博客页面](https://qwenlm.github.io/zh/blog/qwen1.5/)。 [24/01/18] 我们针对绝大多数...