major change, used biomed_llama 7b
Browse files- requirements.txt +12 -7
requirements.txt
CHANGED
@@ -12,7 +12,7 @@ numpy==1.26.4
|
|
12 |
einops==0.8.0
|
13 |
fvcore==0.1.5.post20221221
|
14 |
# transformers==4.34.0
|
15 |
-
|
16 |
ftfy==6.1.1
|
17 |
regex==2023.10.3
|
18 |
nltk==3.8.1
|
@@ -25,8 +25,8 @@ pycocotools==2.0.7
|
|
25 |
diffdist==0.1
|
26 |
scikit-image==0.21.0
|
27 |
mup==1.0.0
|
28 |
-
accelerate
|
29 |
-
|
30 |
kornia==0.7.0
|
31 |
infinibatch==0.1.1
|
32 |
open-clip-torch==2.26.1
|
@@ -38,7 +38,7 @@ appdirs==1.4.4
|
|
38 |
black==21.4b2
|
39 |
cloudpickle==3.0.0
|
40 |
hjson==3.1.0
|
41 |
-
huggingface-hub
|
42 |
hydra-core==1.3.2
|
43 |
imageio==2.35.1
|
44 |
iopath==0.1.9
|
@@ -52,15 +52,20 @@ pydantic==1.10.18
|
|
52 |
pydot==3.0.1
|
53 |
tabulate==0.9.0
|
54 |
termcolor==2.4.0
|
55 |
-
|
|
|
|
|
|
|
|
|
|
|
56 |
#
|
57 |
# torch>=2.0.0
|
58 |
# transformers>=4.34.0
|
59 |
-
|
60 |
# gradio>=4.40.0
|
61 |
# Pillow>=9.0.0
|
62 |
# numpy>=1.21.0
|
63 |
tqdm>=4.65.0
|
64 |
-
#
|
65 |
safetensors>=0.4.0
|
66 |
# accelerate>=0.25.0
|
|
|
12 |
einops==0.8.0
|
13 |
fvcore==0.1.5.post20221221
|
14 |
# transformers==4.34.0
|
15 |
+
|
16 |
ftfy==6.1.1
|
17 |
regex==2023.10.3
|
18 |
nltk==3.8.1
|
|
|
25 |
diffdist==0.1
|
26 |
scikit-image==0.21.0
|
27 |
mup==1.0.0
|
28 |
+
# accelerate
|
29 |
+
|
30 |
kornia==0.7.0
|
31 |
infinibatch==0.1.1
|
32 |
open-clip-torch==2.26.1
|
|
|
38 |
black==21.4b2
|
39 |
cloudpickle==3.0.0
|
40 |
hjson==3.1.0
|
41 |
+
huggingface-hub>=0.19.3,<1.0
|
42 |
hydra-core==1.3.2
|
43 |
imageio==2.35.1
|
44 |
iopath==0.1.9
|
|
|
52 |
pydot==3.0.1
|
53 |
tabulate==0.9.0
|
54 |
termcolor==2.4.0
|
55 |
+
transformers>=4.36.0
|
56 |
+
accelerate>=0.25.0
|
57 |
+
bitsandbytes>=0.41.1
|
58 |
+
sentencepiece>=0.1.99
|
59 |
+
huggingface-hub>=0.19.3,<1.0
|
60 |
+
tokenizers>=0.14.1
|
61 |
#
|
62 |
# torch>=2.0.0
|
63 |
# transformers>=4.34.0
|
64 |
+
|
65 |
# gradio>=4.40.0
|
66 |
# Pillow>=9.0.0
|
67 |
# numpy>=1.21.0
|
68 |
tqdm>=4.65.0
|
69 |
+
#
|
70 |
safetensors>=0.4.0
|
71 |
# accelerate>=0.25.0
|