Replies: 2 comments 4 replies
-
Could you paste the schema here? Hard to say what's happening otherwise. |
Beta Was this translation helpful? Give feedback.
2 replies
-
This has been solved (thanks so much Remi)! I had a string field with minLength and maxLength arguments: After removing minLength and maxLength from my schema, generate.json functions normally (sub-minute)! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using outlines with vLLM as below:
generate.json takes more than 45 minutes for some of my more complex schemas.
I'm running in a serverless environment, and my understanding is that I can set OUTLINES_CACHE_DIR to a persistent storage volume to reduce this time. Nonetheless, that initial run is going to be very costly, especially if I have an arbitrary number of complex schemas.
Beta Was this translation helpful? Give feedback.
All reactions