Update requirements.txt
Browse files- requirements.txt +9 -2
requirements.txt
CHANGED
|
@@ -1,8 +1,15 @@
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
| 2 |
-
torch==1.12.0+cu113
|
| 3 |
fairscale
|
| 4 |
sentencepiece
|
| 5 |
Pillow
|
| 6 |
huggingface_hub
|
| 7 |
git+https://github.com/csuhan/timm_0_3_2.git
|
| 8 |
-
git+https://github.com/openai/CLIP.git
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
|
|
|
| 2 |
fairscale
|
| 3 |
sentencepiece
|
| 4 |
Pillow
|
| 5 |
huggingface_hub
|
| 6 |
git+https://github.com/csuhan/timm_0_3_2.git
|
| 7 |
+
git+https://github.com/openai/CLIP.git
|
| 8 |
+
torch>=2.0.0+cu113
|
| 9 |
+
lightning @ git+https://github.com/Lightning-AI/lightning@master
|
| 10 |
+
tqdm # convert_checkpoint.py
|
| 11 |
+
numpy # train.py dataset memmap
|
| 12 |
+
jsonargparse[signatures] # generate.py, convert_checkpoint.py CLI
|
| 13 |
+
bitsandbytes # quantization.py
|
| 14 |
+
datasets # evaluate.py
|
| 15 |
+
zstandard # prepare_redpajama.py
|