We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 688a5ca commit 4f5fb00Copy full SHA for 4f5fb00
1 file changed
build.gradle
@@ -15,9 +15,9 @@ repositories {
15
}
16
17
dependencies {
18
- implementation 'com.microsoft.onnxruntime:onnxruntime:1.13.1'
19
- implementation "ai.djl.huggingface:tokenizers:0.29.0"
20
- implementation 'org.slf4j:slf4j-api:2.0.13'
+ implementation 'com.microsoft.onnxruntime:onnxruntime:1.26.0'
+ implementation "ai.djl.huggingface:tokenizers:0.36.0"
+ implementation 'org.slf4j:slf4j-api:2.0.18'
21
22
23
test {
0 commit comments