Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 376 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 376 Bytes

scendiff

Installation

To enable GPU you need installed and working cuda drivers. To enable cuda in jax you need to install: pip install --upgrade "jax[cuda]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html

In order to enable tree visualization with graphviz you need to sudo apt-get install libgraphviz-dev graphviz and pip install pygraphviz