Replies: 1 comment 3 replies
-
Could you please provide the full example that you used, @r-leyshon ? try some specific config such as the following: model = models.transformers(
"microsoft/Phi-3-mini-4k-instruct",
model_kwargs={"device_map": "mps", "torch_dtype": torch.float16},
) |
Beta Was this translation helpful? Give feedback.
3 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 attempting to run the example code in the README and finding the below steps to take approx 200 seconds. I was hoping to investigate the use of outlines with my chatbot but that sort of delay would render it useless.
Running on Apple M1 Pro, macos seqouia 15.2, outlines==0.1.11, outlines_core==0.1.26 . I also tried older installations of outlines and found no discernible difference to execution times.
Beta Was this translation helpful? Give feedback.
All reactions