Skip to content

Commit

Permalink
chore(model-hub): add multimodal test embedding model (#1100)
Browse files Browse the repository at this point in the history
Because

- Add new test model to the list

This commit

- add multimodal test embedding model
  • Loading branch information
heiruwu authored Sep 13, 2024
1 parent b5d593b commit 1cb7030
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions model-hub/model_hub_test.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {}
}
]

0 comments on commit 1cb7030

Please sign in to comment.