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-UNNAMEDWindows (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-UNNAMEDGPU tests (AMD: requires ROCm 6+ and an AMD GPU):
mvn test -Dgroups=rocm -pl node --enable-native-access=ALL-UNNAMEDNote: 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 ->