File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7- ## [ Unreleased]
8-
9- ### Added
7+ ## [ 0.4.2] - 2025-06-26
108
119### Changed
1210
13- ### Fixed
11+ - Tokenizers obey max_position_embeddings, closing [ issue #73 ] ( https://github.com/knights-analytics/hugot/issues/73 )
12+ - Provided default ORT path in darwin/mac
13+ - Dependency updates and go 1.24.4
1414
15- ## [ 0.4.0 ] - 2025-06-03
15+ ## [ 0.4.1 ] - 2025-06-03
1616
1717### 🚀 New Features
1818
Original file line number Diff line number Diff line change 55require (
66 github.com/daulet/tokenizers v1.20.2
77 github.com/gomlx/exceptions v0.0.3
8- github.com/gomlx/go-huggingface v0.2.1
8+ github.com/gomlx/go-huggingface v0.2.2-0.20250626134208-e515b14550f3
99 github.com/gomlx/gomlx v0.20.1
1010 github.com/gomlx/gopjrt v0.7.3
1111 github.com/gomlx/onnx-gomlx v0.2.4
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ github.com/gofrs/flock v0.12.1 h1:MTLVXXHf8ekldpJk3AKicLij9MdwOWkZ+a/jHHZby9E=
2929github.com/gofrs/flock v0.12.1 /go.mod h1:9zxTsyu5xtJ9DK+1tFZyibEV7y3uwDxPPfbxeeHCoD0 =
3030github.com/gomlx/exceptions v0.0.3 h1:HKnTgEjj4jlmhr8zVFkTP9qmV1ey7ypYYosQ8GzXWuM =
3131github.com/gomlx/exceptions v0.0.3 /go.mod h1:uHL0TQwJ0xaV2/snJOJV6hSE4yRmhhfymuYgNredGxU =
32- github.com/gomlx/go-huggingface v0.2.1 h1:z2PC6ftv5hfO6jqWSpnUmxSzarcTbj4TU/dlzOwqBdk =
33- github.com/gomlx/go-huggingface v0.2.1 /go.mod h1:pSI9KFkGVksYYnNNO5lqLPBR0hzboFQb2FGrpGjseIY =
32+ github.com/gomlx/go-huggingface v0.2.2-0.20250626134208-e515b14550f3 h1:Y0cF50XRwSeQVrZJ5QyxxqaV7McW6skPZkGFpA/ae4Y =
33+ github.com/gomlx/go-huggingface v0.2.2-0.20250626134208-e515b14550f3 /go.mod h1:pSI9KFkGVksYYnNNO5lqLPBR0hzboFQb2FGrpGjseIY =
3434github.com/gomlx/gomlx v0.20.1 h1:+q0sUKpP3PiQ8h1imUJ9RERiVTI/97AQn5wFMSR+NB4 =
3535github.com/gomlx/gomlx v0.20.1 /go.mod h1:oMZHQooIZDlLtIHDzDwNFg9AKcqUYCuZMNzHQAyaycw =
3636github.com/gomlx/gopjrt v0.7.3 h1:3a5eA69adMrBzBOfkscP/g+g3qOO/5Pv4s8iK205DTI =
You can’t perform that action at this time.
0 commit comments