| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
Sorry, something went wrong.
|
e2e testgrid: https://8bcf50593faf4ea38060e236169827e5-dot-us-central1.composer.googleusercontent.com/dags/maxdiffusion_tpu_e2e/grid |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
run_wan_fast_inference.sh hardcoded all three of its caches under
$HOME/.cache/maxdiffusion_wan, including jax_cache_dir. Because a
jax_cache_dir= on the command line beats the yaml file and
JAX_COMPILATION_CACHE_DIR (pyconfig.py:141-142 calls
jax.config.update), the script silently redirected an
already-configured JAX cache to its own private root, as well as the
55G converted-weights dir. This PR fixes this.