Skip to content

Commit 31a0ca3

Browse files
Rename IT gpullama3 to gpu-llama3, and final cleanup.
1 parent 04f04a7 commit 31a0ca3

File tree

4 files changed

+1
-15
lines changed

4 files changed

+1
-15
lines changed

integration-tests/gpullama3/pom.xml renamed to integration-tests/gpu-llama3/pom.xml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,6 @@
5959
<groupId>*</groupId>
6060
<artifactId>*</artifactId>
6161
</exclusion>
62-
<exclusion>
63-
<groupId>stax</groupId>
64-
<artifactId>stax-api</artifactId>
65-
</exclusion>
6662
</exclusions>
6763
</dependency>
6864
</dependencies>
@@ -83,16 +79,6 @@
8379
<jvmArgs>@${tornado.argfile}</jvmArgs>
8480
</configuration>
8581
</plugin>
86-
<!-- Compiler with preview features -->
87-
<plugin>
88-
<artifactId>maven-compiler-plugin</artifactId>
89-
<configuration>
90-
<release>21</release>
91-
<compilerArgs>
92-
<arg>--enable-preview</arg>
93-
</compilerArgs>
94-
</configuration>
95-
</plugin>
9682

9783
<plugin>
9884
<artifactId>maven-failsafe-plugin</artifactId>

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
</activation>
4646
<modules>
4747
<module>jlama</module>
48-
<module>gpullama3</module>
48+
<module>gpu-llama3</module>
4949
</modules>
5050
</profile>
5151
<profile>

0 commit comments

Comments
 (0)