Skip to content

Commit

Permalink
Always disable downloading models during build time for ITs
Browse files Browse the repository at this point in the history
  • Loading branch information
geoand committed Nov 1, 2024
1 parent cbbcfcd commit 9969c6c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
12 changes: 0 additions & 12 deletions integration-tests/jlama/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,17 +134,5 @@
<quarkus.package.type>native</quarkus.package.type>
</properties>
</profile>
<profile>
<id>release</id>
<activation>
<property>
<name>prepareRelease</name>
</property>
</activation>
<properties>
<!-- when a release is performed, we don't want to spend time downloading the models -->
<quarkus.langchain4j.jlama.include-models-in-artifact>false</quarkus.langchain4j.jlama.include-models-in-artifact>
</properties>
</profile>
</profiles>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
quarkus.langchain4j.jlama.include-models-in-artifact=false
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
quarkus.langchain4j.llama3.include-models-in-artifact=false

0 comments on commit 9969c6c

Please sign in to comment.