You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
+
## [0.6.0] 🌲❄️🎄🎁 - 2025-12-18
8
+
9
+
### Changed
10
+
11
+
- Integrated [ONNX Runtime GenAI](https://github.com/microsoft/onnxruntime-genai) backend for significantly faster generative inference and broad model support.
12
+
- Added ObjectDetection pipeline
13
+
- Added WithTPU option to NewXLASession
14
+
- FeatureExtractionPipeline now supports image inputs, enabling vision models like CLIP
15
+
- Updated Onnx Runtime to 1.23.2, and GoMLX to 0.26.0
16
+
17
+
### Breaking changes
18
+
19
+
- ORT Gen AI has strong requirements on the name of the base ORT library. It should not be renamed from the release zip (e.g. libonnxruntime.so)
20
+
- WithOnnxLibraryPath should now be the folder contining the ORT library. The library name is now inferred from the current operating system.
21
+
- XLA now uses go-xla to manage PJRT dependencies, see our [Dockerfile](./Dockerfile) for details
22
+
23
+
### Fixed
24
+
25
+
- Model loading path could potentially duplicate paths (thanks @ajroetker)
26
+
7
27
## [0.5.10] - 2025-12-08
8
28
9
29
### Breaking changes
@@ -17,7 +37,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
17
37
- breaking: GetStatistics now returns a Statistics struct for the pipelines rather than a list of strings
18
38
- breaking: pipelineBackends has been renamed to backends
GOPROXY=direct go run github.com/gomlx/go-xla/cmd/pjrt_installer@latest -plugin=amazonlinux -version=v${GOPJRT_VERSION} -path=/usr/local/lib/go-xla && \
48
+
GOPROXY=direct go run github.com/gomlx/go-xla/cmd/pjrt_installer@latest -plugin=linux -version=v${GOPJRT_VERSION} -path=/usr/local/lib/go-xla && \
GOPROXY=direct go run github.com/gomlx/go-xla/cmd/pjrt_installer@latest -plugin=amazonlinux -version=v${GOPJRT_VERSION} -path=/usr/local/lib/go-xla && \
52
+
GOPROXY=direct go run github.com/gomlx/go-xla/cmd/pjrt_installer@latest -plugin=linux -version=v${GOPJRT_VERSION} -path=/usr/local/lib/go-xla && \
50
53
GOPROXY=direct go run github.com/gomlx/go-xla/cmd/pjrt_installer@latest -plugin=cuda13 -version=${JAX_CUDA_VERSION} -path=/usr/local/lib/go-xla && \
0 commit comments