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
The text was updated successfully, but these errors were encountered:
hi @andysingal, you can use the example for starting the server. May I know what are you looking for in a notebook?
from fastserve.models import ServeSDXLTurbo serve = ServeSDXLTurbo(device="cuda", batch_size=2, timeout=1) serve.run_server()
Sorry, something went wrong.
Created a notebook - https://github.com/aniketmaurya/fastserve/blob/main/examples/llama-cpp.ipynb Please feel free to open the issue in case if your issue wasn't solved.
No branches or pull requests
Bug description
Expected result
Actual result
Steps to reproduce
Context
Your Environment
The text was updated successfully, but these errors were encountered: