Skip to content

Commit 250c19c

Browse files
Remove quantization/saving changes that conflict with PR keras-team#21713
- Remove variable_loading.py (quantization/saving related) - Fix duplicate import in core_test.py - Revert layer files to remove quantization changes - Keep only core JAX memory management changes for OOM fix
1 parent 92bf1ed commit 250c19c

File tree

2 files changed

+0
-79
lines changed

2 files changed

+0
-79
lines changed

keras/src/backend/jax/core_test.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
from keras.src import testing
1111
from keras.src.backend.config import is_nnx_enabled
1212

13-
if is_nnx_enabled():
14-
from keras.src.backend.jax.core import NnxVariable
15-
1613
if is_nnx_enabled():
1714
from flax import nnx
1815

keras/src/utils/variable_loading.py

Lines changed: 0 additions & 76 deletions
This file was deleted.

0 commit comments

Comments
 (0)