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

FlexLLM server demo #1510

Draft
wants to merge 18 commits into
base: inference
Choose a base branch
from
Draft

FlexLLM server demo #1510

wants to merge 18 commits into from

Conversation

goliaro
Copy link
Collaborator

@goliaro goliaro commented Sep 27, 2024

Description of changes:

TODOs:

  • Streamlit app
  • Chat protocol
  • Add LLAMA-3.1 and Llama3.2 support & check alignment (in particular, RoPe)
  • Support LoRA in attention projections (Attention projections (QKV, O) disaggregation #1436)
  • Be able to add LoRA layers at runtime, and deallocate memory when done
  • Be able to set parameters (e.g. max sequence length) at runtime for each request
  • Be able to set generation configs (top_p, temperature, etc) at runtime for each request

Related Issues:

Linked Issues:

  • Issue #

Issues closed by this PR:

  • Closes #

This change is Reviewable

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

Successfully merging this pull request may close these issues.

1 participant