Skip to content

Commit

Permalink
Trying downgrade of djl
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Sep 18, 2024
1 parent 8aaa849 commit abbc2df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ dependencies {
implementation('dev.langchain4j:langchain4j-google-ai-gemini:0.34.0')
implementation('dev.langchain4j:langchain4j-hugging-face:0.34.0')

implementation platform('ai.djl:bom:0.30.0')
implementation platform('ai.djl:bom:0.29.0')
implementation 'ai.djl:api'
implementation 'ai.djl.huggingface:tokenizers'
implementation 'ai.djl.pytorch:pytorch-model-zoo'
Expand Down

0 comments on commit abbc2df

Please sign in to comment.