https://github.com/google/jax
Raw File
Tip revision: 389361b31c9b1501a792b956fdf81062cdc61f64 authored by Matthew Johnson on 02 June 2020, 16:20:09 UTC
skip fori_loops with zero trip count
Tip revision: 389361b
requirements.txt
sphinx
sphinx_rtd_theme
jaxlib
ipykernel
nbsphinx
sphinx-autodoc-typehints
# For host_callback.py
msgpack
# The next packages are for notebooks
matplotlib
sklearn
# Must install jax itself for notebook execution to work
.

back to top