Skip to content

Commit

Permalink
feat: add phi-3 to configs.json
Browse files Browse the repository at this point in the history
Signed-off-by: Ishaan Sehgal <ishaanforthewin@gmail.com>
  • Loading branch information
ishaansehgal99 authored Jun 10, 2024
1 parent 06fd57e commit 4cadcd2
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/e2e-preset-configs.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@
"node-osdisk-size": 50,
"OSS": true
},
{
"name": "phi-3",
"node-count": 1,
"node-vm-size": "Standard_NC6s_v3",
"node-osdisk-size": 50,
"OSS": true
},
{
"name": "llama-2-7b",
"node-count": 1,
Expand Down Expand Up @@ -81,6 +88,3 @@
]
}
}



0 comments on commit 4cadcd2

Please sign in to comment.