File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,15 @@ defmodule EXLA do
66
77 ## XLA binaries
88
9- EXLA relies on the [XLA](https://github.com/elixir-nx/xla) package to
10- provide the necessary XLA binaries. Whenever possible it tries to download
11- precompiled builds, but you may need to build from source if there is no
12- version matching your target environment. For more details, including
13- GPU/TPU support see [the usage section](https://github.com/elixir-nx/xla#usage).
9+ EXLA relies on the `XLA` package to provide the necessary XLA binaries.
10+ Whenever possible it tries to download precompiled builds, but you may
11+ need to build from source if there is no version matching your target
12+ environment. For more details, including GPU/TPU support and requirements
13+ see the `XLA` docs.
14+
15+ > #### Version requirements {: .info}
16+ >
17+ > For precise requirements, such as CUDA and cuDNN versions, see `XLA` docs.
1418
1519 ## Configuration
1620
You can’t perform that action at this time.
0 commit comments