Skip to content

Commit

Permalink
chore(model-hub): add llama3 in model hub list
Browse files Browse the repository at this point in the history
  • Loading branch information
heiruwu committed May 16, 2024
1 parent 8c4b3e1 commit c4942fe
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions model-hub/model_hub_gpu.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,17 @@
"version": "v0.1.0",
"configuration": {}
},
{
"id": "llama3-8b-instruct",
"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_TEXT_GENERATION_CHAT",
"region": "REGION_GCP_EUROPE_WEST4",
"hardware": "NVIDIA_L4",
"version": "v0.1.0",
"configuration": {}
},
{
"id": "zephyr-7b",
"description": "Zephyr-7b, from Huggingface, is trained to generate text based on your prompts.",
Expand Down

0 comments on commit c4942fe

Please sign in to comment.