Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
xyang16 committed Nov 12, 2024
1 parent 1628a98 commit eec276f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion canary/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ 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")
val stagingRepo = getEnv("DJL_STAGING", "")
val ptVersion = getEnv("PT_VERSION", "2.4.0")
val ptVersion = getEnv("PT_VERSION", "2.5.1-SNAPSHOT")
val ptJniVersion = ptVersion.replace("-SNAPSHOT", "")

repositories {
Expand Down
3 changes: 3 additions & 0 deletions canary/src/main/resources/log4j2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@
<Logger name="ai.djl" level="${sys:ai.djl.logging.level:-debug}" additivity="false">
<AppenderRef ref="console"/>
</Logger>
<Logger name="ai.djl.repository.zoo" level="info" additivity="false">
<AppenderRef ref="console"/>
</Logger>
</Loggers>
</Configuration>
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ systemProp.org.gradle.internal.http.connectionTimeout=60000
# FIXME: Workaround gradle publish issue: https://github.com/gradle/gradle/issues/11308
systemProp.org.gradle.internal.publish.checksums.insecure=true

djl_version=0.30.0-SNAPSHOT
djl_version=0.31.0-SNAPSHOT
commons_cli_version=1.8.0
commons_csv_version=1.11.0
commons_compress_version=1.26.1
Expand Down

0 comments on commit eec276f

Please sign in to comment.