We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eb2900 commit 2d94419Copy full SHA for 2d94419
README.MD
@@ -8,7 +8,8 @@
8
```
9
## install
10
python >= 3.10
11
-- pip install -i https://pypi.org/simple -U -r requirements.txt
+- pip install -U -r requirements.txt
12
+- 如果无法安装, 可以切换官方源 pip install -i https://pypi.org/simple -U -r requirements.txt
13
14
15
requirements.txt
@@ -1,4 +1,4 @@
1
-deep_training==0.1.10
+deep_training>=0.1.10,<0.1.12
2
transformers>=4.30
3
deepspeed
4
bitsandbytes>=0.39
0 commit comments