Ojas Patil
Ojas Patil
Can you merge this PR? @8bitmp3 @IvyZX @jburnim @cgarciae
> Can you merge this PR? @8bitmp3 @IvyZX @jburnim @cgarciae I’ve made the necessary changes to fix the GitHub Actions failure, everything checks out now.
thank you @cgarciae @8bitmp3 @IvyZX @jburnim for helping me with my first PR to FLAX
@cgarciae after using this [code ](https://github.com/google/flax/blob/main/examples/nnx_toy_examples/08_save_load_checkpoints.py)to save flax nnx model on colab `import orbax.checkpoint as orbax` `state = nnx.state(model)` `path = "/content/attention_model"` `checkpointer = orbax.PyTreeCheckpointer()` `checkpointer.save(f'{path}/state', state)` --------------------------------------------------------------------------- AttributeError Traceback...
Resolved the issue