Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
--extra-index-url https://mirrors.cloud.tencent.com/pypi/simple/
|
2 |
-
torch
|
|
|
|
|
3 |
flash-attn
|
4 |
modelscope
|
5 |
pillow
|
6 |
accelerate
|
7 |
icecream
|
8 |
markdown2
|
9 |
-
modelscope
|
10 |
pydantic
|
11 |
-
|
12 |
-
transformers
|
13 |
sentence-transformers
|
14 |
huggingface-hub
|
15 |
tokenizers
|
|
|
1 |
--extra-index-url https://mirrors.cloud.tencent.com/pypi/simple/
|
2 |
+
torch --index-url https://download.pytorch.org/whl/cu118
|
3 |
+
torchvision --index-url https://download.pytorch.org/whl/cu118
|
4 |
+
torchaudio --index-url https://download.pytorch.org/whl/cu118
|
5 |
flash-attn
|
6 |
modelscope
|
7 |
pillow
|
8 |
accelerate
|
9 |
icecream
|
10 |
markdown2
|
|
|
11 |
pydantic
|
12 |
+
transformers==4.37.2
|
|
|
13 |
sentence-transformers
|
14 |
huggingface-hub
|
15 |
tokenizers
|