Skip to content

mt-caret/autodidax-ocaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

autodidax-ocaml

An WIP attempt at porting Autodidax: JAX core from scratch to OCaml.

notes

Depends on LaurentMazare/ocaml-xla, which isn't distributed via opam so you'll need to build + install locally. It also needs some minor fixes. When building/depending on ocaml-xla on macos, we get an error like

dyld[66252]: Library not loaded: bazel-out/darwin_arm64-opt/bin/tensorflow/compiler/xla/extension/libxla_extension.so
...

Solution here is to:

DYLD_LIBRARY_PATH=/absolute/path/to/directory-with-libxla-extension-so/ dune runtest/build/etc.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages