Skip to content

Commit

Permalink
chore(model): update model hub and schema version
Browse files Browse the repository at this point in the history
  • Loading branch information
heiruwu committed Sep 10, 2024
1 parent 76f028a commit 2ed14a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 105 deletions.
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": {}
}
]

0 comments on commit 2ed14a1

Please sign in to comment.