Skip to content

Commit

Permalink
chore(model-hub): fix hardware type (#1122)
Browse files Browse the repository at this point in the history
Because

- Jina model has wrong hardware type

This commit

- fix hardware type
  • Loading branch information
heiruwu authored Oct 1, 2024
1 parent beea1cc commit 7ba152d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model-hub/model_hub_gpu.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"visibility": "VISIBILITY_PUBLIC",
"task": "TASK_EMBEDDING",
"region": "REGION_GCP_EUROPE_WEST4",
"hardware": "NVIDIA_T4",
"hardware": "NVIDIA_TESLA_T4",
"version": "v0.1.0",
"configuration": {}
}
Expand Down

0 comments on commit 7ba152d

Please sign in to comment.