We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e166d97 commit 02aefa9Copy full SHA for 02aefa9
integration-tests/pom.xml
@@ -45,7 +45,6 @@
45
</activation>
46
<modules>
47
<module>jlama</module>
48
- <module>gpu-llama3</module>
49
</modules>
50
</profile>
51
<profile>
@@ -57,7 +56,18 @@
57
56
<module>llama3-java</module>
58
59
60
- <profile>
+ <profile>
+ <id>TornadoVM</id>
61
+ <activation>
62
+ <property>
63
+ <name>tornado</name>
64
+ </property>
65
+ </activation>
66
+ <modules>
67
+ <module>gpu-llama3</module>
68
+ </modules>
69
+ </profile>
70
71
<id>default-project-deps</id>
72
<activation>
73
<property>
0 commit comments