openfree commited on
Commit
01b4a21
·
verified ·
1 Parent(s): d94f82b

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +60 -0
requirements.txt ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py
2
+ wheel
3
+ accelerate==0.34.1
4
+ annotated-types==0.7.0
5
+ bitsandbytes==0.43.3
6
+ certifi==2024.2.2
7
+ charset-normalizer==3.3.2
8
+ deepspeed==0.14.2
9
+ einops==0.8.0
10
+ filelock==3.14.0
11
+ fsspec==2024.5.0
12
+ grpcio
13
+ hjson==3.1.0
14
+ huggingface-hub==0.26.3
15
+ idna==3.7
16
+ importlib_metadata==7.1.0
17
+ Jinja2==3.1.4
18
+ joblib==1.4.2
19
+ MarkupSafe==2.1.5
20
+ mpmath==1.3.0
21
+ networkx==3.2.1
22
+ ninja==1.11.1.1
23
+ numpy==1.26.4
24
+ packaging==24.0
25
+ pandas==2.2.2
26
+ peft==0.12.0
27
+ pillow==10.3.0
28
+ protobuf==3.20.3
29
+ psutil==5.9.8
30
+ py-cpuinfo==9.0.0
31
+ pydantic==2.7.1
32
+ pydantic_core==2.18.2
33
+ pynvml==11.5.0
34
+ python-dateutil==2.9.0.post0
35
+ pytz==2024.1
36
+ PyYAML==6.0.1
37
+ regex==2024.5.15
38
+ requests==2.32.2
39
+ safetensors==0.4.3
40
+ scikit-learn==1.5.1
41
+ scipy==1.13.1
42
+ six
43
+ sympy==1.12
44
+ tensorboard==2.17.0
45
+ tensorboard-data-server==0.7.2
46
+ threadpoolctl==3.5.0
47
+ tiktoken==0.7.0
48
+ tokenizers==0.19.1
49
+ torch==2.1.0
50
+ torchaudio==2.1.0
51
+ torchvision==0.16.0
52
+ tqdm==4.66.4
53
+ transformers==4.41.1
54
+ transformers-stream-generator==0.0.4
55
+ triton==2.1.0
56
+ typing_extensions==4.12.0
57
+ tzdata==2024.1
58
+ urllib3==2.2.1
59
+ Werkzeug
60
+ zipp==3.18.2