Skip to content

Commit

Permalink
[canary] update djl version to latest snapshot (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
siddvenk authored Dec 30, 2024
1 parent c367d39 commit 60a9393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion canary/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ apply(file("../tools/gradle/javaFormatter.gradle.kts"))
group = "com.example"
version = "1.0-SNAPSHOT"

val djlVersion = getEnv("DJL_VERSION", "0.31.0-SNAPSHOT")
val djlVersion = getEnv("DJL_VERSION", "0.32.0-SNAPSHOT")
val engine: String = getEnv("DJL_ENGINE", "pytorch-native-auto")
val os = getOsName()
val arch: String = if (System.getProperty("os.arch") == "amd64") "x86_64" else System.getProperty("os.arch")
Expand Down

0 comments on commit 60a9393

Please sign in to comment.