Skip to content
New issue

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

Caching in outlines tries to pickle an Index object and fails #95

Closed
torymur opened this issue Nov 20, 2024 · 1 comment
Closed

Caching in outlines tries to pickle an Index object and fails #95

torymur opened this issue Nov 20, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@torymur
Copy link
Contributor

torymur commented Nov 20, 2024

We need to define serialization logic and expose it to Python.

dottxt-ai/outlines#1274

@torymur torymur added the bug Something isn't working label Nov 20, 2024
@torymur torymur self-assigned this Nov 20, 2024
danieldk added a commit to huggingface/text-generation-inference-nix that referenced this issue Nov 21, 2024
danieldk added a commit to huggingface/text-generation-inference-nix that referenced this issue Nov 21, 2024
@torymur
Copy link
Contributor Author

torymur commented Nov 25, 2024

Caching was turned off in outlines for guide, so this is a less of a priority right now.

But proper serialization will be added soon after python bindings will stabilize and loose many intermediary structures we have to support right now. Pickling that be or not will be defined too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant