Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: huggingface/AnyLanguageModel

0.8.0

24 Mar 09:10
@mattt mattt
Immutable release. Only release title and notes can be modified.
163f385
This commit was signed with the committer’s verified signature.
mattt Mattt
SSH Key Fingerprint: e/W5h7fVORWrofLS7Jnmjmm2onvSm6P5ld+7rkphTLY
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

  • Expand test coverage by @mattt in #133
  • Document Swift Package Manager trait resolution workaround in README by @mattt in #136
  • Add UnavailableReason for MLXLanguageModel by @mattt in #138
  • Serialize Linux URLSession request paths to mitigate _MultiHandle race by @mattt in #134
  • Implement safe MLX KV reuse with scoped GPU cache eviction by @mattt in #147
  • Update CI workflow to test with --traits AsyncHTTPClient by @mattt in #148
  • Preserve named string enum dependencies in schema conversion by @mattt in #149
  • Add additionalContext support to MLXLanguageModel by @noorbhatia in #145

Full Changelog: 0.7.1...0.8.0

Contributors

mattt and noorbhatia
Assets 3
Loading

0.7.1

17 Feb 18:15
@mattt mattt
Immutable release. Only release title and notes can be modified.
531eb67
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

  • Make tool schema inclusion behavior consistent with Foundation Models by @mattt in #129
  • Fix race condition in LanguageModelSession when streaming responses by @atdrendel in #126
  • Make follow-up changes to Locked by @mattt in #131
  • Fix incorrect formatting in OpenAI responses API for tool by @noorbhatia in #125

Full Changelog: 0.7.0...0.7.1

Contributors

mattt, atdrendel, and noorbhatia
Loading
iSapozhnik and bsorrentino reacted with thumbs up emoji
2 people reacted

0.7.0

11 Feb 15:24
@mattt mattt
Immutable release. Only release title and notes can be modified.
fdd9903
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

  • Document guided generation support for MLX and Llama by @mattt in #106
  • Add tool execution delegate by @mattt in #109
  • Implement guided generation for AnthropicLanguageModel by @mattt in #110
  • Implement guided generation for OpenAI models by @mattt in #111
  • Implement guided generation for GeminiLanguageModel by @mattt in #115
  • Add support for Open Responses by @mattt in #119
  • Implement guided generation for CoreML by @mattt in #116
  • Implement guided generation for OllamaLanguageModel by @mattt in #121
  • Restructure usage section of README by @mattt in #120

Full Changelog: 0.6.0...0.7.0

Contributors

mattt
Loading

0.6.0

04 Feb 11:28
@mattt mattt
Immutable release. Only release title and notes can be modified.
060866f
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

  • Implement guided generation for SystemLanguageModel by @mattt in #59
  • Fixed build errors under macCatalyst. by @chenyunguiMilook in #96
  • Add custom JSON mode generation option for Gemini language model by @mattt in #84
  • Fix running tests on macOS 15 by @atdrendel in #100
  • Implement prewarm for MLXLanguageModel by @noorbhatia in #97
  • Implement structured output generation for both LlamaLanguageModel / MLXLanguageModel by @eastriverlee in #75
  • Fix simulator tests on Xcode 26 by @atdrendel in #101
  • Fix tool message content format for DeepSeek API compatibility by @ajason in #99
  • Add public initializers in LanguageModelSession by @mattt in #102

New Contributors

Full Changelog: 0.5.4...0.6.0

Contributors

mattt, atdrendel, and 4 other contributors
Loading
lin72h and atdrendel reacted with thumbs up emoji
2 people reacted

0.5.4

19 Jan 19:09
@mattt mattt
Immutable release. Only release title and notes can be modified.
177f286
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.3...0.5.4

Contributors

mattt, nathanborror, and 3 other contributors
Loading

0.5.3

05 Jan 17:03
@mattt mattt
Immutable release. Only release title and notes can be modified.
67837bf
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

  • Add custom JSON mode generation option for Gemini language model by @mattt in #80
  • Add Identifiable conformance to PartiallyGenerated struct in GenerableMacro by @ethanhuang13 in #73
  • Document @Generable macro visibility inside #Playground by @mattt in #81
  • Update CI workflow to build on macOS with all traits enabled by @XMLHexagram in #72
  • Revert "Add custom JSON mode generation option for Gemini language model" by @mattt in #83
  • Update CI workflow to add --build-tests to build step by @mattt in #85

New Contributors

Full Changelog: 0.5.2...0.5.3

Contributors

mattt, ethanhuang13, and XMLHexagram
Loading

0.5.2

22 Dec 13:17
@mattt mattt
Immutable release. Only release title and notes can be modified.
3565c1e
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

  • Update llama.swift dependency and rename import to LlamaSwift by @BarredEwe in #68
  • Use convertTranscriptToMLXChat in MLXLanguageModel streamResponse by @noorbhatia in #67

New Contributors

Full Changelog: 0.5.1...0.5.2

Contributors

BarredEwe and noorbhatia
Loading
thoven87 reacted with eyes emoji
1 person reacted

0.5.1

17 Dec 11:12
@mattt mattt
Immutable release. Only release title and notes can be modified.
c2ce310
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

  • Fix missing iOS availability annotations in SystemLanguageModel extensions by @westonwestenborg in #63
  • Refactor message history construction from Transcription in MLXLanguageModel by @noorbhatia in #66
  • Implement streaming response for MLXLanguageModel by @XMLHexagram in #64
  • Pass entire transcript to Foundation Models session by @mattt in #61

New Contributors

Full Changelog: 0.5.0...0.5.1

Contributors

mattt, westonwestenborg, and 2 other contributors
Loading
alexey1312 reacted with thumbs up emoji
1 person reacted

0.5.0

11 Dec 12:23
@mattt mattt
Immutable release. Only release title and notes can be modified.
877ee49
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

  • Add custom generation options for language models by @mattt in #50
  • expose HubApi and model directory configuration for MLX by @tpae in #44
  • Fix non-streaming respond() does not add .response() entry to transcript by @noorbhatia in #46
  • Fix invalid construction of greedy sampler in LlamaLanguageModel by @mattt in #55
  • Add configuration option for llama.cpp logging by @mattt in #54
  • Update LlamaLanguageModel to replace implementation-specific properties with custom generation options by @mattt in #56
  • Implement chat templates for LlamaLanguageModel by @mattt in #57
  • Add logic to handle encoder-only llama models by @mattt in #53
  • Improve migration for deprecated llama model APIs by @mattt in #58
  • OpenAILanguageModel + SystemLanguageModel tools calling support by @airy10 in #49
  • Pass instructions as system prompt for MLXLanguageModel by @noorbhatia in #48

New Contributors

Full Changelog: 0.4.5...0.5.0

Contributors

mattt, airy10, and 2 other contributors
Loading
noorbhatia, alexey1312, Rocky7778-ux, and lin72h reacted with hooray emoji aminmoghtader, Rocky7778-ux, and lin72h reacted with rocket emoji
5 people reacted

0.4.5

25 Nov 12:14
@mattt mattt
Immutable release. Only release title and notes can be modified.
ab0db98
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

  • Re-scope image validation method for Core ML adapter by @mattt in #42

Full Changelog: 0.4.4...0.4.5

Contributors

mattt
Loading
lin72h and KotlinFactory reacted with thumbs up emoji
2 people reacted
Previous 1 3
Previous

AltStyle によって変換されたページ (->オリジナル) /