forked from BlinkDL/RWKV-LM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
46 lines (46 loc) · 861 Bytes
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
aiohttp==3.8.3
aiosignal==1.3.1
astroid==2.13.3
async-timeout==4.0.2
attrs==22.2.0
certifi==2022.12.7
charset-normalizer==2.1.1
dill==0.3.6
filelock==3.9.0
flake8==6.0.0
frozenlist==1.3.3
fsspec==2023.1.0
huggingface-hub==0.12.0
idna==3.4
isort==5.11.4
lazy-object-proxy==1.9.0
lightning-utilities==0.6.0.post0
mccabe==0.7.0
multidict==6.0.4
mypy==0.991
mypy-extensions==0.4.3
numpy==1.24.1
nvidia-cublas-cu11==11.10.3.66
nvidia-cuda-nvrtc-cu11==11.7.99
nvidia-cuda-runtime-cu11==11.7.99
nvidia-cudnn-cu11==8.5.0.96
packaging==23.0
platformdirs==2.6.2
pycodestyle==2.10.0
pyflakes==3.0.1
pylint==2.15.10
pytorch-lightning==1.9.0
PyYAML==6.0
regex==2022.10.31
requests==2.28.2
tokenizers==0.13.2
tomli==2.0.1
tomlkit==0.11.6
torch==1.13.1
torchmetrics==0.11.1
tqdm==4.64.1
transformers==4.26.0
typing_extensions==4.4.0
urllib3==1.26.14
wrapt==1.14.1
yarl==1.8.2