Skip to content

Commit

Permalink
Merge pull request #83 from unda-ml/xla_dir
Browse files Browse the repository at this point in the history
Update readme to more directly say xla_extension must be in directory
  • Loading branch information
BradenEverson authored Jun 15, 2024
2 parents 6ceafbc + aa68d25 commit 7820c67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
*.idx1-ubyte
*.idx3-ubyte
*.Identifier
*.gz
/src/main.rs
.vscode
/xla_extension
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Unda aims to bring the future of deep learning to the world of rust. With dynami

2) Install `clang` and `libclang1`.

3) Download and extract [xla_extension](https://github.com/elixir-nx/xla/releases/tag/v0.6.0).
3) Download and extract [xla_extension](https://github.com/elixir-nx/xla/releases/tag/v0.6.0) to the root directory of your target project.

4) Make sure `LD_LIBRARY_PATH` includes `/path/to/xla_extension/lib`, and make sure the relevant CUDA paths are also visible to the system.

Expand Down

0 comments on commit 7820c67

Please sign in to comment.