Skip to content

Commit 5862748

Browse files
authored
docs: add note on installing cuda version of Reactant on login nodes (#276)
1 parent 6cd6c70 commit 5862748

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,15 @@ Reactant.set_default_backend("gpu")
6363
# ones favorite code will now all be executed on GPU, no CUDA.jl dependency even required!
6464
```
6565

66+
## Installing Reactant on GPU Servers without Internet
67+
68+
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,
69+
add the following to the Project.toml and precompile the package:
70+
71+
```toml
72+
[extras]
73+
Reactant_jll = "0192cb87-2b54-54ad-80e0-3be72ad8a3c0"
74+
75+
[preferences.Reactant_jll]
76+
gpu = "cuda"
77+
```

0 commit comments

Comments
 (0)