Skip to content

Commit

Permalink
Upgrade tensorflow-aarch64 version to v2.9.1 (#1891)
Browse files Browse the repository at this point in the history
  • Loading branch information
tenzen-y authored Jun 8, 2022
1 parent ab2f596 commit fe2ae99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,5 @@ psutil==5.8.0
rfc3339>=6.2
grpcio==1.41.1
googleapis-common-protos==1.6.0
# TODO (tenzen-y): We need to delete the line to install protobuf after tensorflow-aarch64 v2.9.1, or higher has been released.
# To avoid the `If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.` error,
# we must restrict the protobuf version.
protobuf >= 3.9.2, < 3.20; platform_machine=="aarch64"
tensorflow==2.9.1; platform_machine=="x86_64"
tensorflow-aarch64==2.9.0; platform_machine=="aarch64"
tensorflow-aarch64==2.9.1; platform_machine=="aarch64"
6 changes: 1 addition & 5 deletions cmd/suggestion/nas/enas/v1beta1/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
grpcio==1.41.1
googleapis-common-protos==1.6.0
cython>=0.29.24
# TODO (tenzen-y): We need to delete the line to install protobuf after tensorflow-aarch64 v2.9.1, or higher has been released.
# To avoid the `If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.` error,
# we must restrict the protobuf version.
protobuf >= 3.9.2, < 3.20; platform_machine=="aarch64"
tensorflow==2.9.1; platform_machine=="x86_64"
tensorflow-aarch64==2.9.0; platform_machine=="aarch64"
tensorflow-aarch64==2.9.1; platform_machine=="aarch64"

0 comments on commit fe2ae99

Please sign in to comment.