Spaces:
Build error
Build error
Update to tensorflow 2.11.0 (#1)
Browse files- Update to tensorflow 2.11.0 (18858e6a80bec533c7298883290cf7c577287d61)
Co-authored-by: Steven Liu <stevhliu@users.noreply.huggingface.co>
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
transformers==4.25.1
|
2 |
numpy==1.21.6
|
3 |
torch==1.12.1
|
4 |
-
tensorflow==2.
|
5 |
git+https://github.com/keras-team/keras-cv.git@master
|
6 |
git+https://github.com/huggingface/diffusers.git@main
|
7 |
tensorflow-datasets==4.8.0
|
|
|
1 |
transformers==4.25.1
|
2 |
numpy==1.21.6
|
3 |
torch==1.12.1
|
4 |
+
tensorflow==2.11.0
|
5 |
git+https://github.com/keras-team/keras-cv.git@master
|
6 |
git+https://github.com/huggingface/diffusers.git@main
|
7 |
tensorflow-datasets==4.8.0
|