Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

8.2. GPU Tests

GPU tests (NVIDIA: requires CUDA 12.x and an NVIDIA GPU):

mvn test -Dgroups=gpu -pl node --enable-native-access=ALL-UNNAMED

mvn verify -Pgpu -Dit.model.path=/path/to/model.gguf -pl juno-master \
  --enable-native-access=ALL-UNNAMED

Windows (NVIDIA GPU tests):

mvn test -Dgroups=gpu -pl node --enable-native-access=ALL-UNNAMED

mvn verify -Pgpu -Dit.model.path=C:\models\model.gguf -pl juno-master ^
  --enable-native-access=ALL-UNNAMED

GPU tests (AMD: requires ROCm 6+ and an AMD GPU):

mvn test -Dgroups=rocm -pl node --enable-native-access=ALL-UNNAMED

Note: ROCm is Linux-only. AMD GPU tests are not supported on Windows.

See also


<- 8.1 Build and Test  |  Table of Contents  |  9.1 License and Patents ->