-
Notifications
You must be signed in to change notification settings - Fork 462
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
Outlines doesn't install on Collab because Rust isn't available to compile outlines core #1198
Comments
In the meantime, for anyone trying to use
Should install correctly. |
same on a fresh Linux VM |
Thank you for opening an issue! We'll solve this on the |
same error |
downgrade to outlines==0.0.46 is work for me. |
same error |
We're working on this as I am typing this. Expect an update soon! |
## Description This PR addresses an urgent issue caused by the recent release of `outlines` v0.1.0 (see [issue #1198](dottxt-ai/outlines#1198)). ServerlessLLM depends on `vllm==0.5.0.post1`, which requires `outlines>=0.0.43`. However, the release of `outlines` v0.1.0 introduced a bug that affects compatibility. To resolve this, we are explicitly pinning `outlines==0.0.43` in this fix. ## Type of Change - [x] Bug fix ## Checklist - [x] I have read and followed the [Contribution Guidelines](https://github.com/ServerlessLLM/ServerlessLLM/blob/main/CONTRIBUTING.md). Co-authored-by: future-xy <fuyao3860@gmail.com>
it worked for me, thanks! |
Can you please try |
@lapp0 seems to work now. I only tested install, import and demo code i.e.
but all seemed to work well. |
Thanks so much for helping me test it! I expect a new release soon with the mentioned branch included. |
It works for me!! thx ! @davanstrien |
Hi - I'm still running into this issue. I tried both of these with the same result:
Any recommendations? |
It works!
|
|
Describe the issue as clearly as possible:
Outlines doesn't install successfully via
on Google Colab.
Steps/code to reproduce the bug:
Expected result:
Successful installation of Outlines in Google Colab.
Error message:
Outlines/Python version information:
Version information
Context for the issue:
The issue stems from a Rust compiler not being available on a standard Colab instance. It can be resolved by installing the Rust compiler, but this might not be an ideal user experience for people just starting with Outlines.
The text was updated successfully, but these errors were encountered: