Skip to content

Commit

Permalink
docs: add note on installing cuda version of Reactant on login nodes (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal authored Nov 15, 2024
1 parent 6cd6c70 commit 5862748
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,15 @@ Reactant.set_default_backend("gpu")
# ones favorite code will now all be executed on GPU, no CUDA.jl dependency even required!
```

## Installing Reactant on GPU Servers without Internet

If you want to use Reactant on GPU Servers where all packages must be installed on the login nodes and the compute nodes don't have access to internet,
add the following to the Project.toml and precompile the package:

```toml
[extras]
Reactant_jll = "0192cb87-2b54-54ad-80e0-3be72ad8a3c0"

[preferences.Reactant_jll]
gpu = "cuda"
```

0 comments on commit 5862748

Please sign in to comment.