We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://outlines-dev.github.io/outlines/reference/models/transformers/
outlines_tokenizer = outlines.models.TransformerTokenizer( transformers.AutoTokenizer.from_pretrained(model_uri) )
no long works as TransformerTokenizer is not defined in outlines.models.
TransformerTokenizer
outlines.models
Outlines version: v0.0.46
v0.0.46
The text was updated successfully, but these errors were encountered:
Thank you for opening an issue! Feels feel to open a PR 🙂
Sorry, something went wrong.
Looks like it's moved here I think
https://github.com/outlines-dev/outlines/blob/900762b0f240c6220549d7d8594a221e6c9845e8/outlines/models/transformers.py#L64-L82
In which case this should be outlines.models.transformers.
outlines.models.transformers
No branches or pull requests
https://outlines-dev.github.io/outlines/reference/models/transformers/
no long works as
TransformerTokenizer
is not defined inoutlines.models
.Outlines version:
v0.0.46
The text was updated successfully, but these errors were encountered: