Releases: hand-e-fr/OpenHosta
Releases · hand-e-fr/OpenHosta
v2.1.4
v2.1.4
-
Fixes
- CUDA compatibility
-
Internal
- Added a GitHub Action to push automatically on PyPI on a release
-
Doc
- Added
delivery method
to the contributing file
- Added
What's Changed
- Fix/#182 @ramosleandre by @ramosleandre in #183
- fix compatibility cuda by @MerlinDEVILLARD in #184
Full Changelog: v2.1.3...v2.1.4
v2.1.3
v2.1.3
-
Features
- Added
additionnal_headers
inModel
to add specific values in the header of the request send to the API. ask
can now be used without specify theuser
parameter name.
- Added
-
Fixes
- Fixed the bug with the f-string in python 3.10 or below.
- Removed
simple_api_call
. Hosta
now support a nested pydantic type likeList[PydanticType]
.
-
Doc
- Added two example to work with Microsoft Azure and Ollama.
- Added documentation for the
emulate
functions. - Remplace all links in the
README
by absolute link
What's Changed
- [ADD] fixes for 2.1.3 by @MerlinDEVILLARD in #177
Full Changelog: v2.1.2...v2.1.3
v2.1.2
v2.1.2
-
Doc
- Fix the example for the custom Model class with a Llama Model
-
Fixes
- Remove the PIL dependency
Full Changelog: v2.1.1...v2.1.2
v2.1.1
Full Changelog: v2.1.0...v2.1.1
v2.1.1
-
Enhancement
- Changed examples syntax in the system prompt for better performances.
-
Doc
- Added an example for a custom Model class with an Llama model.
v2.1.0
OpenHosta v2.1.0 - 29/11/24
What's Changed
- [ADD] feature by @WilliamJlvt in #157
- Feature/#150 @ramosleandre by @WilliamJlvt in #162
- [ADD] add predict cache and patch exemple by @WilliamJlvt in #163
- Feature/gen dataset func by @WilliamJlvt in #164
- Enhancement/#159 @ramosleandre by @WilliamJlvt in #165
- Enhancement/#159 @ramosleandre by @WilliamJlvt in #166
- Feature/normalization by @WilliamJlvt in #167
- [MERGE] 2.1-rc1 to main by @WilliamJlvt in #168
- [MERGE] rc2 by @WilliamJlvt in #169
Full Changelog: v2.0.2...v2.1.0
v2.1-rc2
OpenHosta v2.1.0rc2 - 29/11/24
What's Changed
- [MERGE] rc2 by @WilliamJlvt in #169
Full Changelog: v2.1-rc1...v2.1-rc2
v2.1-rc1
What's Changed
- [ADD] feature by @WilliamJlvt in #157
- Feature/#150 @ramosleandre by @WilliamJlvt in #162
- [ADD] add predict cache and patch exemple by @WilliamJlvt in #163
- Feature/gen dataset func by @WilliamJlvt in #164
- Enhancement/#159 @ramosleandre by @WilliamJlvt in #165
- Enhancement/#159 @ramosleandre by @WilliamJlvt in #166
- Feature/normalization by @WilliamJlvt in #167
- [MERGE] 2.1-rc1 to main by @WilliamJlvt in #168
Full Changelog: v2.0.2...v2.1-rc1
v2.0.2
OpenHosta v2.0.2 - 20/11/24
- Fixes:
- Adding the compatibility for python 3.8, 3.9 and 3.13.