Commit
·
cf918fd
1
Parent(s):
8e94a24
fix: set transformer version
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -2,7 +2,7 @@ ftfy
|
|
| 2 |
regex
|
| 3 |
tqdm
|
| 4 |
git+https://github.com/openai/CLIP.git
|
| 5 |
-
transformers
|
| 6 |
pytorch-lightning==1.9.0
|
| 7 |
wandb
|
| 8 |
streamlit_image_select
|
|
|
|
| 2 |
regex
|
| 3 |
tqdm
|
| 4 |
git+https://github.com/openai/CLIP.git
|
| 5 |
+
transformers==4.27.0
|
| 6 |
pytorch-lightning==1.9.0
|
| 7 |
wandb
|
| 8 |
streamlit_image_select
|