Skip to content

Commit

Permalink
Adds tensorflow-datasets for both TF 2.17 and TF 2.15 environments
Browse files Browse the repository at this point in the history
  • Loading branch information
hlapp committed Nov 27, 2024
1 parent 19d64c4 commit 70603d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.tf-2.15.0.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
tensorflow-probability<=0.23.0
tensorflow-text<=2.15.0 ; platform_machine != "aarch64" and platform_machine != "arm64"
keras-nlp==0.6.3 ; platform_machine != "aarch64"
tensorflow-datasets
# At this time, the current release is 4.45.1.
transformers<5.0.0
-r common-requirements.txt
1 change: 1 addition & 0 deletions requirements.tf-2.17.0.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
tensorflow-probability[tf]<=0.24.0
tensorflow-metal ; platform_machine == "arm64" and sys_platform == 'darwin'
tensorflow-text==2.17.0 ; platform_machine != "aarch64"
tensorflow-datasets
keras-nlp ; platform_machine != "aarch64"
tf-keras
# As per its own req's, transformers needs TF<2.16, but apparently it
Expand Down

0 comments on commit 70603d0

Please sign in to comment.