[fix]Downgrade djl library to support mac intel machines.

This commit is contained in:
jerryjzhang
2025-08-05 15:20:11 +08:00
parent c75233e37f
commit bf3213e8fb

View File

@@ -172,6 +172,11 @@
<artifactId>langchain4j-ollama</artifactId> <artifactId>langchain4j-ollama</artifactId>
<version>${langchain4j.version}</version> <version>${langchain4j.version}</version>
</dependency> </dependency>
<dependency>
<groupId>ai.djl.huggingface</groupId>
<artifactId>tokenizers</artifactId>
<version>0.28.0</version>
</dependency>
<dependency> <dependency>
<groupId>com.google.code.gson</groupId> <groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId> <artifactId>gson</artifactId>