Releases: Kardbord/hfapigo
Releases · Kardbord/hfapigo
v3.1.0
Release v3.1.0
Changelog
- Bump golang.org/x/image from 0.18.0 to 0.19.0 (#43) (@dependabot[bot])
- Bump golang.org/x/image from 0.19.0 to 0.20.0 (#44) (@dependabot[bot])
- September '24 Maintenance (#45) (@Kardbord)
Full Changelog
v3.0.0
Release v3.0.0
Changelog
- Bump golang.org/x/image from 0.15.0 to 0.16.0 (#38) (@dependabot[bot])
- Bump golang.org/x/image from 0.16.0 to 0.17.0 (#39) (@dependabot[bot])
- Bump golang.org/x/image from 0.17.0 to 0.18.0 (#41) (@dependabot[bot])
- Fixed goreleaser arg (@Kardbord)
- Switched RecommendedTokenClassificationModel to a working model (#36) (@Kardbord)
- Updates to the Text Generation Endpoint (#42) (@Kardbord)
Full Changelog
v2.1.0
Release v2.1.0
Changelog
- Bump golang.org/x/image from 0.14.0 to 0.15.0 (#31) (@dependabot[bot])
- General Maintenance + Deprecate Conversational Endpoint (for now) (#32) (@Kardbord)
Full Changelog
v2.0.1
v2.0.0
Release v2.0.0
This release changes the module name and download URL. While the old URL should continue to redirect appropriately, it would be wise for users of this library to either replace all references to the old module name, or update their go.mod
via the following command, where <VERSION>
should be replaced with the desired version.
go mod edit -replace="github.com/TannerKvarfordt/hfapigo=github.com/Kardbord/hfapigo@<VERSION>"
Changelog
- Bump github.com/google/go-cmp from 0.5.6 to 0.6.0 (#28) (@dependabot[bot])
- Bump golang.org/x/image from 0.10.0 to 0.11.0 (#25) (@dependabot[bot])
- Bump golang.org/x/image from 0.11.0 to 0.12.0 (#26) (@dependabot[bot])
- Bump golang.org/x/image from 0.12.0 to 0.13.0 (#27) (@dependabot[bot])
- Bump golang.org/x/image from 0.13.0 to 0.14.0 (#29) (@dependabot[bot])
- Bump golang.org/x/image from 0.9.0 to 0.10.0 (#24) (@dependabot[bot])
- Update workflows (#23) (@Kardbord)
- Updated package name (@Kardbord)
Full Changelog
v1.3.1
Release v1.3.1
Changelog
- Bump golang.org/x/image from 0.7.0 to 0.9.0 (@dependabot[bot])
- Switched recommended text generation model to a model that supports more than 1 return sequence (@TannerKvarfordt)
- fixed typo in ConversationalParameters json key (@TannerKvarfordt)
Full Changelog
v1.3.0
Release v1.3.0
Changelog
- Added diffuser docs to README (@TannerKvarfordt)
- Added huggingface.js to README (@TannerKvarfordt)
- Added image-to-text example stub (@TannerKvarfordt)
- Added image_to_text (@TannerKvarfordt)
- Finished image_to_text example (@TannerKvarfordt)
Full Changelog
v1.2.4
Release v1.2.4
Changelog
- Fixed typo in goreleaser (@TannerKvarfordt)
- Set draft: true in .goreleaser.yml (@TannerKvarfordt)
Full Changelog
v1.2.3
Release v1.2.3
Changelog
- Set up goreleaser (@TannerKvarfordt)
Full Changelog
v1.2.1
Improved error handling in text-to-image example.
Full Changelog: v1.2.0...v1.2.1