Skip to content

Commit

Permalink
Update readme to more directly say xla_extension must be in directory
Browse files Browse the repository at this point in the history
  • Loading branch information
BradenEverson committed Jun 15, 2024
1 parent 6ceafbc commit aa68d25
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 aa68d25

Please sign in to comment.