mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-08-22 22:02:51 +08:00
Update setup.py
Former-commit-id: 5cd4947650403490419e5bddf2b1ac7e137edf8b
This commit is contained in:
parent
2235020cc9
commit
0a0959facf
5
setup.py
5
setup.py
@ -21,13 +21,14 @@ def get_requires():
|
|||||||
extra_require = {
|
extra_require = {
|
||||||
"deepspeed": ["deepspeed==0.13.1"],
|
"deepspeed": ["deepspeed==0.13.1"],
|
||||||
"metrics": ["nltk", "jieba", "rouge-chinese"],
|
"metrics": ["nltk", "jieba", "rouge-chinese"],
|
||||||
"unsloth": ["unsloth[cu121-ampere-torch220] @ git+https://github.com/unslothai/unsloth.git"],
|
"unsloth": ["torch==2.2.0", "unsloth[cu121-ampere-torch220] @ git+https://github.com/unslothai/unsloth.git"],
|
||||||
"vllm": ["vllm==0.3.3"],
|
"vllm": ["vllm==0.3.3"],
|
||||||
"bitsandbytes": ["bitsandbytes>=0.39.0"],
|
"bitsandbytes": ["bitsandbytes>=0.39.0"],
|
||||||
"gptq": ["optimum>=1.16.0", "auto-gptq>=0.5.0"],
|
"gptq": ["optimum>=1.16.0", "auto-gptq>=0.5.0"],
|
||||||
"awq": ["autoawq"],
|
"awq": ["autoawq"],
|
||||||
"aqlm": ["aqlm[gpu,cpu]"],
|
"aqlm": ["aqlm[gpu,cpu]"],
|
||||||
"galore": ["galore_torch @ git+https://github.com/jiaweizzhao/GaLore.git"],
|
"galore": ["galore_torch @ git+https://github.com/hiyouga/GaLore.git"],
|
||||||
|
"qwen": ["tiktoken", "transformers_stream_generator"],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user