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

feat(model): supports the deployment of multiple models through the API and add the corresponding command line interface #570

Merged
merged 2 commits into from
Sep 11, 2023

Conversation

fangyinc
Copy link
Collaborator

  • Split LLM_MODEL_CONFIG into LLM_MODEL_CONFIG and EMBEDDING_MODEL_CONFIG.
  • New HTTP API to obtain the list of models and configuration parameters supported by the current cluster.
  • New HTTP API to launch models on a specified machine.
  • The command line supports above HTTP API.

…PI and add the corresponding command line interface
@github-actions github-actions bot added enhancement New feature or request model Module: model labels Sep 11, 2023
Copy link
Collaborator

@Aries-ckt Aries-ckt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approve

@Aries-ckt Aries-ckt merged commit 68d30dd into eosphoros-ai:main Sep 11, 2023
yhjun1026 pushed a commit that referenced this pull request Sep 14, 2023
…PI and add the corresponding command line interface (#570)

- Split `LLM_MODEL_CONFIG` into `LLM_MODEL_CONFIG` and
`EMBEDDING_MODEL_CONFIG`.
- New HTTP API to obtain the list of models and configuration parameters
supported by the current cluster.
  - New HTTP API to launch models on a specified machine.
  - The command line supports above HTTP API.
yhjun1026 pushed a commit that referenced this pull request Sep 14, 2023
…PI and add the corresponding command line interface (#570)

- Split `LLM_MODEL_CONFIG` into `LLM_MODEL_CONFIG` and
`EMBEDDING_MODEL_CONFIG`.
- New HTTP API to obtain the list of models and configuration parameters
supported by the current cluster.
  - New HTTP API to launch models on a specified machine.
  - The command line supports above HTTP API.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request model Module: model
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants