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

Any sample notebooks? #1

Closed
andysingal opened this issue Dec 1, 2023 · 2 comments
Closed

Any sample notebooks? #1

andysingal opened this issue Dec 1, 2023 · 2 comments

Comments

@andysingal
Copy link

Bug description

Expected result

Actual result

Steps to reproduce

Context

Your Environment

  • Version used:
  • Operating System and version:
  • Link to your fork:
@aniketmaurya
Copy link
Owner

aniketmaurya commented Dec 6, 2023

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()

@aniketmaurya
Copy link
Owner

aniketmaurya commented Dec 21, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants