fix setup
This commit is contained in:
parent
b3e33c703e
commit
32347901d4
|
@ -322,7 +322,7 @@ cd LLaMA-Factory
|
||||||
pip install -e .[metrics]
|
pip install -e .[metrics]
|
||||||
```
|
```
|
||||||
|
|
||||||
Extra dependencies available: deepspeed, metrics, unsloth, galore, badam, vllm, bitsandbytes, gptq, awq, aqlm, qwen, modelscope, quality
|
Extra dependencies available: deepspeed, metrics, galore, badam, vllm, bitsandbytes, gptq, awq, aqlm, qwen, modelscope, quality
|
||||||
|
|
||||||
<details><summary>For Windows users</summary>
|
<details><summary>For Windows users</summary>
|
||||||
|
|
||||||
|
|
|
@ -322,7 +322,7 @@ cd LLaMA-Factory
|
||||||
pip install -e .[metrics]
|
pip install -e .[metrics]
|
||||||
```
|
```
|
||||||
|
|
||||||
可选的额外依赖项:deepspeed、metrics、unsloth、galore、badam、vllm、bitsandbytes、gptq、awq、aqlm、qwen、modelscope、quality
|
可选的额外依赖项:deepspeed、metrics、galore、badam、vllm、bitsandbytes、gptq、awq、aqlm、qwen、modelscope、quality
|
||||||
|
|
||||||
<details><summary>Windows 用户指南</summary>
|
<details><summary>Windows 用户指南</summary>
|
||||||
|
|
||||||
|
|
1
setup.py
1
setup.py
|
@ -22,7 +22,6 @@ def get_requires():
|
||||||
extra_require = {
|
extra_require = {
|
||||||
"deepspeed": ["deepspeed>=0.10.0"],
|
"deepspeed": ["deepspeed>=0.10.0"],
|
||||||
"metrics": ["nltk", "jieba", "rouge-chinese"],
|
"metrics": ["nltk", "jieba", "rouge-chinese"],
|
||||||
"unsloth": ["torch==2.2.0", "unsloth[cu121-ampere-torch220]"],
|
|
||||||
"galore": ["galore-torch"],
|
"galore": ["galore-torch"],
|
||||||
"badam": ["badam"],
|
"badam": ["badam"],
|
||||||
"vllm": ["vllm>=0.4.0"],
|
"vllm": ["vllm>=0.4.0"],
|
||||||
|
|
Loading…
Reference in New Issue