tom813 commited on
Commit
69bde37
1 Parent(s): 37fb80b

updated req.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +117 -2
requirements.txt CHANGED
@@ -1,2 +1,117 @@
1
- torch==2.0.1
2
- transformers==4.32.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==1.4.0
2
+ accelerate==0.23.0
3
+ aiohttp==3.8.5
4
+ aiosignal==1.3.1
5
+ asttokens==2.2.1
6
+ astunparse==1.6.3
7
+ async-timeout==4.0.3
8
+ attrs==23.1.0
9
+ backcall==0.2.0
10
+ bitsandbytes==0.41.1
11
+ cachetools==5.3.1
12
+ camel @ git+https://github.com/camel-ai/camel.git@bda4bf43bb03092936c2c0316aee9ff96aa551bf
13
+ certifi==2023.7.22
14
+ charset-normalizer==3.2.0
15
+ colorama==0.4.6
16
+ comm==0.1.3
17
+ datasets==2.14.5
18
+ debugpy==1.6.7
19
+ decorator==5.1.1
20
+ dill==0.3.7
21
+ einops==0.6.1
22
+ executing==1.2.0
23
+ fairscale==0.4.13
24
+ filelock==3.9.0
25
+ fire==0.5.0
26
+ flatbuffers==23.5.26
27
+ frozenlist==1.4.0
28
+ fsspec==2023.6.0
29
+ gast==0.4.0
30
+ google-auth==2.22.0
31
+ google-auth-oauthlib==1.0.0
32
+ google-pasta==0.2.0
33
+ grpcio==1.57.0
34
+ h5py==3.9.0
35
+ huggingface-hub==0.16.4
36
+ idna==3.4
37
+ IProgress==0.4
38
+ ipykernel==6.23.1
39
+ ipython==8.14.0
40
+ ipywidgets==8.1.0
41
+ jedi==0.18.2
42
+ Jinja2==3.1.2
43
+ jupyter_client==8.2.0
44
+ jupyter_core==5.3.0
45
+ jupyterlab-widgets==3.0.8
46
+ keras==2.13.1
47
+ libclang==16.0.6
48
+ -e git+https://github.com/facebookresearch/llama@1a240688810f8036049e8da36b073f63d2ac552c#egg=llama
49
+ Markdown==3.4.4
50
+ MarkupSafe==2.1.3
51
+ matplotlib-inline==0.1.6
52
+ mpmath==1.2.1
53
+ multidict==6.0.4
54
+ multiprocess==0.70.15
55
+ nest-asyncio==1.5.6
56
+ networkx==3.0rc1
57
+ numpy==1.24.3
58
+ oauthlib==3.2.2
59
+ openai==0.27.9
60
+ opt-einsum==3.3.0
61
+ packaging==23.1
62
+ pandas==2.0.2
63
+ parso==0.8.3
64
+ peft==0.5.0
65
+ pexpect==4.8.0
66
+ pickleshare==0.7.5
67
+ Pillow==9.3.0
68
+ platformdirs==3.5.3
69
+ prompt-toolkit==3.0.38
70
+ protobuf==4.24.2
71
+ psutil==5.9.5
72
+ ptyprocess==0.7.0
73
+ pure-eval==0.2.2
74
+ pyarrow==13.0.0
75
+ pyasn1==0.5.0
76
+ pyasn1-modules==0.3.0
77
+ Pygments==2.15.1
78
+ python-dateutil==2.8.2
79
+ pytorch-triton==2.1.0+e6216047b8
80
+ pytz==2023.3
81
+ PyYAML==6.0.1
82
+ pyzmq==25.1.0
83
+ regex==2023.8.8
84
+ requests==2.31.0
85
+ requests-oauthlib==1.3.1
86
+ rsa==4.9
87
+ safetensors==0.3.3
88
+ scipy==1.11.2
89
+ sentencepiece==0.1.99
90
+ six==1.16.0
91
+ stack-data==0.6.2
92
+ sympy==1.11.1
93
+ tenacity==8.2.3
94
+ tensorboard==2.13.0
95
+ tensorboard-data-server==0.7.1
96
+ tensorflow==2.13.0
97
+ tensorflow-estimator==2.13.0
98
+ tensorflow-io-gcs-filesystem==0.33.0
99
+ termcolor==2.3.0
100
+ tiktoken==0.5.1
101
+ tokenizers==0.13.3
102
+ torch==2.1.0.dev20230829+cu121
103
+ torchaudio==2.1.0.dev20230829+cu121
104
+ torchvision==0.16.0.dev20230829+cu121
105
+ tornado==6.3.2
106
+ tqdm==4.66.1
107
+ traitlets==5.9.0
108
+ transformers==4.32.1
109
+ typing_extensions==4.5.0
110
+ tzdata==2023.3
111
+ urllib3==1.26.16
112
+ wcwidth==0.2.6
113
+ Werkzeug==2.3.7
114
+ widgetsnbextension==4.0.8
115
+ wrapt==1.15.0
116
+ xxhash==3.3.0
117
+ yarl==1.9.2