Skip to content

Conversation

@LouisHernandez17
Copy link
Collaborator

No description provided.

RobinPicard and others added 30 commits June 18, 2025 17:09
We are currently using intermediate `Json`, `Choice` and `List` classes
which, in addition to being cumbersome, are not useful abstractions.
This commit bypasses these abstractions to handle the output types
directly at the level of `GeminiTypeAdapter`.
RobinPicard and others added 30 commits October 7, 2025 13:50
Updated example to include SamplingParams in response call.
Updated usage examples to include SamplingParams for response generation and streaming.
mlx_lm.load() returns a tuple (model, tokenizer), not a dict.
The example incorrectly used ** (keyword unpacking) instead of * (positional unpacking).
The AsyncOllama class was missing from the module's __all__ list,
making it inaccessible via 'from outlines.models.ollama import *'.
All other async model classes (AsyncVLLM, AsyncOpenAI, AsyncTGI,
AsyncMistral, AsyncSGLang) are properly exported.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.