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

chore(model): update model hub and schema version #1096

Merged
merged 1 commit into from
Sep 10, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion charts/core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ modelBackend:
dbVersion: 10
instillCoreHost:
# -- The AI Task schema version
taskSchemaVersion: 78133b5
taskSchemaVersion: bca7beb
# -- The configuration of Temporal Cloud
temporal:
hostPort:
Expand Down
104 changes: 0 additions & 104 deletions model-hub/model_hub_gpu.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,97 +38,6 @@
"version": "v0.1.0",
"configuration": {}
},
{
"id": "llava-1-6-13b",
"owner_type": "organizations",
"owner_id": "instill-ai",
"description": "LLaVa-13b, from liuhaotian, is trained to generate text based on your prompts with miltimodal input.",
"model_definition": "model-definitions/container",
"visibility": "VISIBILITY_PUBLIC",
"task": "TASK_CHAT",
"region": "REGION_GCP_EUROPE_WEST4",
"hardware": "NVIDIA_L4",
"version": "v0.1.0",
"configuration": {}
},
{
"id": "stable-diffusion-xl",
"owner_type": "organizations",
"owner_id": "instill-ai",
"description": "Stable-Diffusion-XL, from StabilityAI, is trained to generate image based on your prompts.",
"model_definition": "model-definitions/container",
"visibility": "VISIBILITY_PUBLIC",
"task": "TASK_TEXT_TO_IMAGE",
"region": "REGION_GCP_EUROPE_WEST4",
"hardware": "NVIDIA_L4",
"version": "v0.1.0",
"configuration": {}
},
{
"id": "llama2-7b-chat",
"owner_type": "organizations",
"owner_id": "instill-ai",
"description": "Llama2-7b-Chat, from meta, is trained to generate text based on your prompts.",
"model_definition": "model-definitions/container",
"visibility": "VISIBILITY_PUBLIC",
"task": "TASK_CHAT",
"region": "REGION_GCP_EUROPE_WEST4",
"hardware": "NVIDIA_L4",
"version": "v0.1.0",
"configuration": {}
},
{
"id": "llama3-8b-instruct",
"owner_type": "organizations",
"owner_id": "instill-ai",
"description": "Llama3-8b-Instruct, from meta, is trained to generate text based on your prompts.",
"model_definition": "model-definitions/container",
"visibility": "VISIBILITY_PUBLIC",
"task": "TASK_CHAT",
"region": "REGION_GCP_EUROPE_WEST4",
"hardware": "NVIDIA_L4",
"version": "v0.1.0",
"configuration": {}
},
{
"id": "zephyr-7b",
"owner_type": "organizations",
"owner_id": "instill-ai",
"description": "Zephyr-7b, from Huggingface, is trained to generate text based on your prompts.",
"model_definition": "model-definitions/container",
"visibility": "VISIBILITY_PUBLIC",
"task": "TASK_CHAT",
"region": "REGION_GCP_EUROPE_WEST4",
"hardware": "NVIDIA_L4",
"version": "v0.1.0",
"configuration": {}
},
{
"id": "llamacode-7b",
"owner_type": "organizations",
"owner_id": "instill-ai",
"description": "Llamacode-7b, from Huggingface, is trained to generate text based on your prompts.",
"model_definition": "model-definitions/container",
"visibility": "VISIBILITY_PUBLIC",
"task": "TASK_COMPLETION",
"region": "REGION_GCP_EUROPE_WEST4",
"hardware": "NVIDIA_L4",
"version": "v0.1.0",
"configuration": {}
},
{
"id": "gte-qwen2-1.5b-instruct",
"owner_type": "organizations",
"owner_id": "instill-ai",
"description": "gte-Qwen2-1.5B-instruct is the latest model in the gte (General Text Embedding) model family.",
"model_definition": "model-definitions/container",
"visibility": "VISIBILITY_PUBLIC",
"task": "TASK_EMBEDDING",
"region": "REGION_GCP_EUROPE_WEST4",
"hardware": "NVIDIA_T4",
"version": "v0.1.0",
"configuration": {}
},
{
"id": "jina-clip-v1",
"owner_type": "organizations",
Expand All @@ -141,18 +50,5 @@
"hardware": "NVIDIA_T4",
"version": "v0.1.0",
"configuration": {}
},
{
"id": "stella-en-1.5b-v5",
"owner_type": "organizations",
"owner_id": "instill-ai",
"description": "stella-en-1.5B-v5 is trained based on Alibaba-NLP/gte-large-en-v1.5 and Alibaba-NLP/gte-Qwen2-1.5B-instruct.",
"model_definition": "model-definitions/container",
"visibility": "VISIBILITY_PUBLIC",
"task": "TASK_EMBEDDING",
"region": "REGION_GCP_EUROPE_WEST4",
"hardware": "NVIDIA_T4",
"version": "v0.1.0",
"configuration": {}
}
]
Loading