From 5bd198d4cc7a185ee27c01f90768d4c62598d0a3 Mon Sep 17 00:00:00 2001 From: UTKARSH SHUKLA Date: Thu, 30 Jan 2025 15:01:31 +0530 Subject: [PATCH 1/2] 3779818 disable mapp in dev --- assets/models/system/ALLaM-2-7b-instruct/spec.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/models/system/ALLaM-2-7b-instruct/spec.yaml b/assets/models/system/ALLaM-2-7b-instruct/spec.yaml index 2458a41085..362a2ed912 100644 --- a/assets/models/system/ALLaM-2-7b-instruct/spec.yaml +++ b/assets/models/system/ALLaM-2-7b-instruct/spec.yaml @@ -10,6 +10,7 @@ tags: displayName: "ALLaM-2-7b-instruct" summary: "ALLaM is a series of powerful language models designed to advance Arabic Language Technology." disable-batch: "true" + disable-maap: "true" maxOutputTokens: 4096 hiddenlayerscanned : "true" languages: "AR, EN" From c28d5e3e6b0f6e0c4e15c49fb688a42672bce820 Mon Sep 17 00:00:00 2001 From: UTKARSH SHUKLA Date: Mon, 3 Feb 2025 13:10:51 +0530 Subject: [PATCH 2/2] 3779818 --- .../environments/model-management/context/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/training/model_management/environments/model-management/context/Dockerfile b/assets/training/model_management/environments/model-management/context/Dockerfile index 0aee63de83..16886a1622 100644 --- a/assets/training/model_management/environments/model-management/context/Dockerfile +++ b/assets/training/model_management/environments/model-management/context/Dockerfile @@ -27,7 +27,6 @@ RUN pip install -r requirements.txt --no-cache-dir # Vulnerability fix RUN pip install Pillow gunicorn onnx==1.17.0 idna tqdm requests==2.32.1 tornado==6.4.2 certifi==2024.07.04 urllib3==1.26.19 scikit-learn==1.5.1 mlflow==2.19 mlflow-skinny==2.19 marshmallow==3.23.2 -# List installed packages RUN pip list ## Delete