Skip to content

Commit

Permalink
Update src/versions.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Weidner <[email protected]>
  • Loading branch information
dstarkenburg and jw3126 authored Dec 29, 2024
1 parent cbe8253 commit b9a8bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/versions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
# is *not* accepted. Presumably CUDA runtime follows semantic
# versioning so this can automatically be set to the next major
# version.
const onnxruntime_version = v"1.20.2"
const onnxruntime_version = v"1.20.1"
const cuda_runtime_supported_version = v"12.0"
const cuda_runtime_upper_bound = VersionNumber(cuda_runtime_supported_version.major + 1)

0 comments on commit b9a8bb0

Please sign in to comment.