Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
krickert authored Sep 16, 2024
1 parent e779594 commit f7a1ebf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
<exec.mainClass>com.krickert.search.vectorizer.vectorizer.VectorizerApplication</exec.mainClass>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<pytorch.version>2.3.1</pytorch.version>
<pytorch.djl>0.29.0</pytorch.djl>
<pytorch.version>2.4.0</pytorch.version>
<pytorch.djl>0.30.0</pytorch.djl>
</properties>
<name>vectorizer</name>
<description>Sentence embedding service</description>
Expand Down

0 comments on commit f7a1ebf

Please sign in to comment.