Skip to content

Commit

Permalink
fix: Remove Phi-3 Small and Update MCR Destination (#492)
Browse files Browse the repository at this point in the history
**Reason for Change**:
Remove Phi-3 Small and Update MCR Destination
  • Loading branch information
ishaansehgal99 authored Jul 2, 2024
1 parent 421bd5f commit 5abb030
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 31 deletions.
14 changes: 0 additions & 14 deletions .github/e2e-preset-configs.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,20 +64,6 @@
"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,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preset-image-build-1ES.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ jobs:
with:
weights_dir: ${{ env.WEIGHTS_DIR }}
branch_name: ${{ env.BRANCH_NAME }}
image_name: staging/aks/kaito/kaito-${{ matrix.model.name }} # TODO: Change directly to unlisted
image_name: unlisted/aks/kaito/kaito-${{ matrix.model.name }}
image_tag: ${{ matrix.model.tag }}
acr_name: ${{ secrets.PROD_1ES_ACR_USERNAME }}
acr_username: ${{ secrets.PROD_1ES_ACR_USERNAME }}
Expand Down
16 changes: 0 additions & 16 deletions presets/models/supported_models.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,22 +107,6 @@ models:
# Tag history:
# 0.0.1 - Initial Release

- name: phi-3-small-8k-instruct
type: text-generation
version: https://huggingface.co/microsoft/Phi-3-small-8k-instruct/commit/69caae1f2acea34b26f535fecb1f2abb9a304695
runtime: tfs
tag: 0.0.1
# Tag history:
# 0.0.1 - Initial Release

- name: phi-3-small-128k-instruct
type: text-generation
version: https://huggingface.co/microsoft/Phi-3-small-128k-instruct/commit/f80aaa30bfc64c2b8ab214b541d9050e97163bc4
runtime: tfs
tag: 0.0.1
# Tag history:
# 0.0.1 - Initial Release

- name: phi-3-medium-4k-instruct
type: text-generation
version: https://huggingface.co/microsoft/Phi-3-medium-4k-instruct/commit/d194e4e74ffad5a5e193e26af25bcfc80c7f1ffc
Expand Down

0 comments on commit 5abb030

Please sign in to comment.