Skip to content

Commit 72d4050

Browse files
committed
Updated DefaultCPUVersion = "v0.83.4" (pjrt-cpu-binaries version)
1 parent 2722af6 commit 72d4050

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

docs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Next
2+
3+
* Updated `DefaultCPUVersion` to "v0.83.4" (`pjrt-cpu-binaries` version)
4+
15
# v0.1.4
26

37
* Updated installer library/cli to support linux/arm64 and windows/amd64.

internal/utils/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package utils
33
// DefaultCPUVersion is the default version of the CPU PJRT plugin to use with
44
// this go-xla release, against which it was tested.
55
// Exported in pkg/pjrt, but a copy is kept here to pkg/installer can include it without pulling the whole of PJRT.
6-
var DefaultCPUVersion = "v0.83.3"
6+
var DefaultCPUVersion = "v0.83.4"
77

88
// NormalizeIdentifier converts the name of an identifier (function name or function input parameter
99
// name) to a valid one: only letters, digits, and underscores are allowed.

0 commit comments

Comments
 (0)