Skip to content

Commit

Permalink
Revert "Bump ai.djl.pytorch:pytorch-model-zoo from 0.29.0 to 0.30.0 (#…
Browse files Browse the repository at this point in the history
…11773)"

This reverts commit c280eb7.

# Conflicts:
#	build.gradle
  • Loading branch information
koppor committed Sep 18, 2024
1 parent a6912d4 commit 66dd509
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,8 @@ dependencies {
implementation('dev.langchain4j:langchain4j-mistral-ai:0.34.0')
implementation('dev.langchain4j:langchain4j-google-ai-gemini:0.34.0')
implementation('dev.langchain4j:langchain4j-hugging-face:0.34.0')
implementation 'ai.djl:api:0.30.0'
implementation 'ai.djl.pytorch:pytorch-model-zoo:0.30.0'
implementation 'ai.djl:api:0.29.0'
implementation 'ai.djl.pytorch:pytorch-model-zoo:0.29.0'
implementation 'ai.djl.huggingface:tokenizers:0.29.0'
implementation 'io.github.stefanbratanov:jvm-openai:0.11.0'
// openai depends on okhttp, which needs kotlin - see https://github.com/square/okhttp/issues/5299 for details
Expand Down

0 comments on commit 66dd509

Please sign in to comment.