FlawedLLM commited on
Update requirements.txt
Browse files- requirements.txt +0 -24
requirements.txt
CHANGED
|
@@ -1,28 +1,4 @@
|
|
| 1 |
pip
|
| 2 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
| 3 |
torch
|
| 4 |
-
accelerate==0.29.3
|
| 5 |
-
bitsandbytes==0.43.1
|
| 6 |
-
filelock==3.13.1
|
| 7 |
-
fsspec>=2023.5.0
|
| 8 |
-
huggingface-hub<1.0,>=0.19.3
|
| 9 |
-
jinja2==3.1.2
|
| 10 |
-
MarkupSafe==2.1.3
|
| 11 |
-
mpmath>=0.19
|
| 12 |
-
networkx==3.2.1
|
| 13 |
-
numpy>=1.17
|
| 14 |
-
packaging==21.3
|
| 15 |
-
peft==0.11.1
|
| 16 |
-
psutil==5.9.3
|
| 17 |
-
pyparsing!=3.0.5,>=2.0.2
|
| 18 |
-
pyyaml>=5.1
|
| 19 |
-
regex!=2019.12.17
|
| 20 |
-
requests==2.31.0
|
| 21 |
-
safetensors>=0.4.1
|
| 22 |
-
sympy==1.12
|
| 23 |
-
tokenizers<0.19,>=0.14
|
| 24 |
-
torch==2.1.2
|
| 25 |
-
tqdm>=4.27
|
| 26 |
transformers==4.39.3
|
| 27 |
-
typing-extensions>=3.7.4.3
|
| 28 |
-
urllib3<3,>=1.21.1
|
|
|
|
| 1 |
pip
|
| 2 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
| 3 |
torch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
transformers==4.39.3
|
|
|
|
|
|