Skip to content

Commit

Permalink
Disable flax migration to orbax for now (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
gianlucadetommaso authored Jul 26, 2023
1 parent e63482e commit 1e8b2f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions fortuna/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import flax

flax.config.update("flax_use_orbax_checkpointing", False)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aws-fortuna"
version = "0.1.19"
version = "0.1.20"
description = "A Library for Uncertainty Quantification."
authors = ["Gianluca Detommaso <[email protected]>", "Alberto Gasparin <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 1e8b2f8

Please sign in to comment.