Skip to content

Commit eeff641

Browse files
committed
fix setup
Former-commit-id: 3234790
1 parent 506f868 commit eeff641

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ cd LLaMA-Factory
322322
pip install -e .[metrics]
323323
```
324324

325-
Extra dependencies available: deepspeed, metrics, unsloth, galore, badam, vllm, bitsandbytes, gptq, awq, aqlm, qwen, modelscope, quality
325+
Extra dependencies available: deepspeed, metrics, galore, badam, vllm, bitsandbytes, gptq, awq, aqlm, qwen, modelscope, quality
326326

327327
<details><summary>For Windows users</summary>
328328

README_zh.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ cd LLaMA-Factory
322322
pip install -e .[metrics]
323323
```
324324

325-
可选的额外依赖项:deepspeed、metrics、unsloth、galore、badam、vllm、bitsandbytes、gptq、awq、aqlm、qwen、modelscope、quality
325+
可选的额外依赖项:deepspeed、metrics、galore、badam、vllm、bitsandbytes、gptq、awq、aqlm、qwen、modelscope、quality
326326

327327
<details><summary>Windows 用户指南</summary>
328328

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ def get_requires():
2222
extra_require = {
2323
"deepspeed": ["deepspeed>=0.10.0"],
2424
"metrics": ["nltk", "jieba", "rouge-chinese"],
25-
"unsloth": ["torch==2.2.0", "unsloth[cu121-ampere-torch220]"],
2625
"galore": ["galore-torch"],
2726
"badam": ["badam"],
2827
"vllm": ["vllm>=0.4.0"],

0 commit comments

Comments
 (0)