-
Notifications
You must be signed in to change notification settings - Fork 19.6k
Running TPU tests on linux-x86-ct6e-44-1tpu #21425
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
… hosted TPU based runner
updated build file path
updated build file path
Updated tpu_build job of actions.yml with specific runner label
Added container section
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #21425 +/- ##
===========================================
- Coverage 82.72% 64.28% -18.44%
===========================================
Files 567 568 +1
Lines 56245 56305 +60
Branches 8790 8795 +5
===========================================
- Hits 46527 36194 -10333
- Misses 7561 18213 +10652
+ Partials 2157 1898 -259
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Progress bar would always report the starting batch + 1 at the end of the batch. Now it takes into account `steps_per_execution` for the last batch reported. Fixes keras-team#20861
Using `keras.ops.math.logsumexp` with an int for `axis` in a functional model would throw an error.
…eras-team#21429) Arbitrary functions and classes are not allowed. - Made `Operation` extend `KerasSaveable`, this required moving imports to avoid circular imports - `Layer` no longer need to extend `KerasSaveable` directly - Made feature space `Cross` and `Feature` extend `KerasSaveable` - Also dissallow public function `enable_unsafe_deserialization`
…developed dtypes_new_test.py to use requires_tpu marker
…lf hosted runner, build the image and check TPU support on jax backend
…workflow and added a step to install docker client
Running TPU tests on linux-x86-ct6e-44-1tpu