From 9fe3de3057f0f286206b75bfe09f64eff678f8eb Mon Sep 17 00:00:00 2001 From: Heiru Wu Date: Fri, 13 Sep 2024 19:22:44 +0800 Subject: [PATCH] chore(model-hub): add multimodal test embedding model --- model-hub/model_hub_test.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/model-hub/model_hub_test.json b/model-hub/model_hub_test.json index d459f870..de1e3150 100644 --- a/model-hub/model_hub_test.json +++ b/model-hub/model_hub_test.json @@ -128,5 +128,18 @@ "hardware": "CPU", "version": "latest", "configuration": {} + }, + { + "id": "dummy-multimodal-embedding", + "owner_type": "users", + "owner_id": "admin", + "description": "A multimodal embedding model for integration-test", + "model_definition": "model-definitions/container", + "visibility": "VISIBILITY_PUBLIC", + "task": "TASK_EMBEDDING", + "region": "REGION_LOCAL", + "hardware": "CPU", + "version": "latest", + "configuration": {} } ]