From 2ed14a1f5997cc222de01fdbe952c8687c7c3a62 Mon Sep 17 00:00:00 2001 From: Heiru Wu Date: Tue, 10 Sep 2024 20:42:33 +0800 Subject: [PATCH] chore(model): update model hub and schema version --- charts/core/values.yaml | 2 +- model-hub/model_hub_gpu.json | 104 ----------------------------------- 2 files changed, 1 insertion(+), 105 deletions(-) diff --git a/charts/core/values.yaml b/charts/core/values.yaml index 361b5611..e0853987 100644 --- a/charts/core/values.yaml +++ b/charts/core/values.yaml @@ -481,7 +481,7 @@ modelBackend: dbVersion: 10 instillCoreHost: # -- The AI Task schema version - taskSchemaVersion: 78133b5 + taskSchemaVersion: bca7beb # -- The configuration of Temporal Cloud temporal: hostPort: diff --git a/model-hub/model_hub_gpu.json b/model-hub/model_hub_gpu.json index a3743ddc..e59d3b09 100644 --- a/model-hub/model_hub_gpu.json +++ b/model-hub/model_hub_gpu.json @@ -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", @@ -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": {} } ]