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

Add support for phi 4 preset #790

Open
surajssd opened this issue Dec 20, 2024 · 0 comments
Open

Add support for phi 4 preset #790

surajssd opened this issue Dec 20, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@surajssd
Copy link
Contributor

surajssd commented Dec 20, 2024

Describe the solution you'd like

I would like to use a preset that deploys phi 4 model that was announced last week: https://techcommunity.microsoft.com/blog/aiplatformblog/introducing-phi-4-microsoft%E2%80%99s-newest-small-language-model-specializing-in-comple/4357090

Something like this:

apiVersion: kaito.sh/v1alpha1
kind: Workspace
metadata:
  name: workspace-phi-4
resource:
  instanceType: "Standard_NC6s_v3"
  labelSelector:
    matchLabels:
      apps: phi-4
inference:
  preset:
    name: phi-4
@surajssd surajssd added the enhancement New feature or request label Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant