Skip to content

Commit

Permalink
fix: Update e2e-preset-configs.json
Browse files Browse the repository at this point in the history
Signed-off-by: Ishaan Sehgal <[email protected]>
  • Loading branch information
ishaansehgal99 committed Jul 2, 2024
1 parent 001df06 commit 21d7768
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/e2e-preset-configs.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,34 @@
"node-osdisk-size": 50,
"OSS": true
},
{
"name": "phi-3-small-8k-instruct",
"node-count": 1,
"node-vm-size": "Standard_NC12s_v3",
"node-osdisk-size": 100,
"OSS": true
},
{
"name": "phi-3-small-128k-instruct",
"node-count": 1,
"node-vm-size": "Standard_NC12s_v3",
"node-osdisk-size": 100,
"OSS": true
},
{
"name": "phi-3-medium-4k-instruct",
"node-count": 1,
"node-vm-size": "Standard_NC12s_v3",
"node-osdisk-size": 100,
"OSS": true
},
{
"name": "phi-3-medium-128k-instruct",
"node-count": 1,
"node-vm-size": "Standard_NC12s_v3",
"node-osdisk-size": 100,
"OSS": true
},
{
"name": "llama-2-7b",
"node-count": 1,
Expand Down

0 comments on commit 21d7768

Please sign in to comment.