Skip to content

Commit 9969c6c

Browse files
committed
Always disable downloading models during build time for ITs
1 parent cbbcfcd commit 9969c6c

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed

integration-tests/jlama/pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -134,17 +134,5 @@
134134
<quarkus.package.type>native</quarkus.package.type>
135135
</properties>
136136
</profile>
137-
<profile>
138-
<id>release</id>
139-
<activation>
140-
<property>
141-
<name>prepareRelease</name>
142-
</property>
143-
</activation>
144-
<properties>
145-
<!-- when a release is performed, we don't want to spend time downloading the models -->
146-
<quarkus.langchain4j.jlama.include-models-in-artifact>false</quarkus.langchain4j.jlama.include-models-in-artifact>
147-
</properties>
148-
</profile>
149137
</profiles>
150138
</project>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
quarkus.langchain4j.jlama.include-models-in-artifact=false
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
quarkus.langchain4j.llama3.include-models-in-artifact=false

0 commit comments

Comments
 (0)