We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b3a5f1 commit d8c8862Copy full SHA for d8c8862
1 file changed
src/maxtext/configs/types.py
@@ -1301,7 +1301,7 @@ class DevelopmentAndDebugging(BaseModel):
1301
"""General settings for development and debugging."""
1302
1303
constant_bound_config: list = Field([], description="Legacy configuration for constant bounds.")
1304
- jax_cache_dir: PathStr = Field(
+ jax_cache_dir: PathStr | None = Field(
1305
os.path.join(os.path.expanduser("~"), "jax_cache"),
1306
description="Directory for JAX compilation cache.",
1307
)
0 commit comments