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): support new models #457

Merged
merged 1 commit into from
Mar 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 36 additions & 26 deletions model-hub/model_hub_gpu.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,36 @@
"tag": "v0.7.0-yolov7-mask-ray-gpu"
}
},
{
"id": "llava-1-6-13b",
"description": "LLaVa-13b, from liuhaotian, is trained to generate text based on your prompts with miltimodal input.",
"task": "TASK_VISUAL_QUESTION_ANSWERING",
"model_definition": "model-definitions/github",
"configuration": {
"repository": "instill-ai/model-llava-13b-dvc",
"tag": "f16-gpuAuto-transformer-ray-v0.11.0"
}
},
{
"id": "stable-diffusion-xl",
"description": "Stable-Diffusion-XL, from StabilityAI, is trained to generate image based on your prompts.",
"task": "TASK_TEXT_TO_IMAGE",
"model_definition": "model-definitions/github",
"configuration": {
"repository": "instill-ai/model-diffusion-xl-dvc",
"tag": "f16-gpuAuto-diffusers-ray-v0.8.0"
}
},
{
"id": "controlnet-canny",
"description": "ControlNet-Canny Version, from Lvmin, is trained to generate image based on your prompts and images.",
"task": "TASK_IMAGE_TO_IMAGE",
"model_definition": "model-definitions/github",
"configuration": {
"repository": "instill-ai/model-controlnet-dvc",
"tag": "f16-gpuAuto-diffusers-ray-v0.8.0"
}
},
{
"id": "llama2-7b",
"description": "Llama2-7b, from meta, is trained to generate text based on your prompts.",
Expand All @@ -49,44 +79,24 @@
"tag": "f16-gpuAuto-transformer-ray-v0.8.0"
}
},
{
"id": "llava-1-6-13b",
"description": "LLaVa-13b, from liuhaotian, is trained to generate text based on your prompts with miltimodal input.",
"task": "TASK_VISUAL_QUESTION_ANSWERING",
"model_definition": "model-definitions/github",
"configuration": {
"repository": "instill-ai/model-llava-13b-dvc",
"tag": "f16-gpuAuto-transformer-ray-v0.11.0"
}
},
{
"id": "zephyr-7b",
"description": "Zephyr-7b, from Huggingface, is trained to generate text based on your prompts.",
"task": "TASK_TEXT_GENERATION_CHAT",
"model_definition": "model-definitions/github",
"configuration": {
"repository": "instill-ai/model-zephyr-7b-dvc",
"tag": "f32-cpu-transformer-ray-v0.8.0"
}
},
{
"id": "stable-diffusion-xl",
"description": "Stable-Diffusion-XL, from StabilityAI, is trained to generate image based on your prompts.",
"task": "TASK_TEXT_TO_IMAGE",
"model_definition": "model-definitions/github",
"configuration": {
"repository": "instill-ai/model-diffusion-xl-dvc",
"tag": "f16-gpuAuto-diffusers-ray-v0.8.0"
"tag": "f16-1gpu-transformer-ray-v0.11.0"
}
},
{
"id": "controlnet-canny",
"description": "ControlNet-Canny Version, from Lvmin, is trained to generate image based on your prompts and images.",
"task": "TASK_IMAGE_TO_IMAGE",
"id": "llamacode-7b",
"description": "Llamacode-7b, from Huggingface, is trained to generate text based on your prompts.",
"task": "TASK_TEXT_GENERATION_CHAT",
"model_definition": "model-definitions/github",
"configuration": {
"repository": "instill-ai/model-controlnet-dvc",
"tag": "f16-gpuAuto-diffusers-ray-v0.8.0"
"repository": "instill-ai/model-codellama-7b-dvc",
"tag": "f16-1gpu-transformer-ray-v0.11.0"
}
}
]
Loading