Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/azure/login-1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaansehgal99 authored Jan 30, 2024
2 parents 54371eb + a2a039a commit a6eae74
Show file tree
Hide file tree
Showing 28 changed files with 879 additions and 462 deletions.
69 changes: 69 additions & 0 deletions .github/workflows/e2e-preset-configs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
{
"matrix": {
"image": [
{
"name": "falcon-7b",
"node-count": 1,
"node-vm-size": "Standard_NC12s_v3",
"node-osdisk-size": 100
},
{
"name": "falcon-7b-instruct",
"node-count": 1,
"node-vm-size": "Standard_NC12s_v3",
"node-osdisk-size": 100
},
{
"name": "falcon-40b",
"node-count": 1,
"node-vm-size": "Standard_NC96ads_A100_v4",
"node-osdisk-size": 400
},
{
"name": "falcon-40b-instruct",
"node-count": 1,
"node-vm-size": "Standard_NC96ads_A100_v4",
"node-osdisk-size": 400
},
{
"name": "mistral-7b",
"node-count": 1,
"node-vm-size": "Standard_NC12s_v3",
"node-osdisk-size": 100
},
{
"name": "mistral-7b-instruct",
"node-count": 1,
"node-vm-size": "Standard_NC12s_v3",
"node-osdisk-size": 100
},
{
"name": "llama-2-7b",
"node-count": 1,
"node-vm-size": "Standard_NC12s_v3",
"node-osdisk-size": 100
},
{
"name": "llama-2-7b-chat",
"node-count": 1,
"node-vm-size": "Standard_NC12s_v3",
"node-osdisk-size": 100
},
{
"name": "llama-2-13b",
"node-count": 2,
"node-vm-size": "Standard_NC12s_v3",
"node-osdisk-size": 150
},
{
"name": "llama-2-13b-chat",
"node-count": 2,
"node-vm-size": "Standard_NC12s_v3",
"node-osdisk-size": 150
}
]
}
}



Loading

0 comments on commit a6eae74

Please sign in to comment.