From 5abb030816f6a3eb7db8977278c3f38053dc6b1e Mon Sep 17 00:00:00 2001 From: Ishaan Sehgal Date: Tue, 2 Jul 2024 14:13:42 -0400 Subject: [PATCH] fix: Remove Phi-3 Small and Update MCR Destination (#492) **Reason for Change**: Remove Phi-3 Small and Update MCR Destination --- .github/e2e-preset-configs.json | 14 -------------- .github/workflows/preset-image-build-1ES.yml | 2 +- presets/models/supported_models.yaml | 16 ---------------- 3 files changed, 1 insertion(+), 31 deletions(-) diff --git a/.github/e2e-preset-configs.json b/.github/e2e-preset-configs.json index 8981c6c7c..457683ee4 100644 --- a/.github/e2e-preset-configs.json +++ b/.github/e2e-preset-configs.json @@ -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, diff --git a/.github/workflows/preset-image-build-1ES.yml b/.github/workflows/preset-image-build-1ES.yml index 108d75b7c..83e649df2 100644 --- a/.github/workflows/preset-image-build-1ES.yml +++ b/.github/workflows/preset-image-build-1ES.yml @@ -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 }} diff --git a/presets/models/supported_models.yaml b/presets/models/supported_models.yaml index 767601e20..0e8c5c95c 100644 --- a/presets/models/supported_models.yaml +++ b/presets/models/supported_models.yaml @@ -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