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, 请根据您的...
This branch is1219 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 ...
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. ...
您尝试从llamafactory.cli导入main模块,这个模块名在提供的错误信息中是正确的。因此,我们可以继续下一步。 检查模块是否已安装: 由于您遇到了ModuleNotFoundError,这通常意味着Python环境中没有安装名为llamafactory的模块。您可以通过以下命令来检查是否安装了该模块: bash pip show llamafactory 如果这个命令没有返回...
登录/注册 BrownSearch 北京航空航天大学 计算机技术硕士在读 LLaMA-Factory微调MLLM! | 经过接近一周的努力,终于把LLaVA-1.5按照 @hiyouga 大佬的要求基本适配进了LLaMA-Factory(但是还是bug满天飞),最后由hiyouga完成大量修改工作才使得代码与现有流程丝滑合并,这个过程也收获了很多,很开心!
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 ...
Files main .github assets data docker evaluation examples scripts src tests .dockerignore .env.local .gitattributes .gitignore .pre-commit-config.yaml CITATION.cff LICENSE MANIFEST.in Makefile README.md README_zh.md pyproject.toml requirements.txt setup.pyBreadcrumbs LLaMA-Factory / Makefile ...
git clone --depth 1 https://github.com/hiyouga/LLaMA-Factory.gitcdLLaMA-Factory pip install -e".[torch,metrics]" 可选的额外依赖项:torch、torch-npu、metrics、deepspeed、liger-kernel、bitsandbytes、hqq、eetq、gptq、awq、aqlm、vllm、galore、apollo、badam、adam-mini、qwen、minicpm_v、modelsc...
Unify Efficient Fine-Tuning of 100+ LLMs. Contribute to astramind-ai/LLaMA-Factory development by creating an account on GitHub.