From a55d7aeca5a79e90ed9f5903b06609cef797e02e Mon Sep 17 00:00:00 2001 From: nandateja Date: Mon, 10 Feb 2025 22:08:43 +0530 Subject: [PATCH 1/3] chore: updated instance type for qwen 1.5B and qwen7B (#217) Co-authored-by: nanda.teja1 --- core/inference/sagemaker/sagemaker_inferencer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/inference/sagemaker/sagemaker_inferencer.py b/core/inference/sagemaker/sagemaker_inferencer.py index a9f9f18..0bf444d 100644 --- a/core/inference/sagemaker/sagemaker_inferencer.py +++ b/core/inference/sagemaker/sagemaker_inferencer.py @@ -41,12 +41,12 @@ , "deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B": { "model_source": "huggingface", - "instance_type": "ml.g5.2xlarge" + "instance_type": "ml.g5.xlarge" } , "deepseek-ai/DeepSeek-R1-Distill-Qwen-7B": { "model_source": "huggingface", - "instance_type": "ml.g5.2xlarge" + "instance_type": "ml.g5.xlarge" } , "deepseek-ai/DeepSeek-R1-Distill-Qwen-14B": { From 162c5916967de680ca2870b90748336475f2f6db Mon Sep 17 00:00:00 2001 From: nandateja Date: Tue, 11 Feb 2025 11:13:29 +0530 Subject: [PATCH 2/3] chore/update deepseek instance (#219) --- ui/app/composables/shared.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/app/composables/shared.ts b/ui/app/composables/shared.ts index 988c0c1..44e6918 100644 --- a/ui/app/composables/shared.ts +++ b/ui/app/composables/shared.ts @@ -418,21 +418,21 @@ export const useProjectCreateMeta = () => { value: "deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B", service: "sagemaker", type: "deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B", - model_name : "ml.g5.2xlarge" + model_name : "ml.g5.xlarge" }, { label: "deepseek-ai/DeepSeek-R1-Distill-Qwen-7B (ml.g5.2xlarge)", value: "deepseek-ai/DeepSeek-R1-Distill-Qwen-7B", service: "sagemaker", type: "deepseek-ai/DeepSeek-R1-Distill-Qwen-7B", - model_name : "ml.g5.2xlarge" + model_name : "ml.g5.xlarge" }, { label: "deepseek-ai/DeepSeek-R1-Distill-Qwen-14B (ml.p4d.24xlarge)", value: "deepseek-ai/DeepSeek-R1-Distill-Qwen-14B", service: "sagemaker", type: "deepseek-ai/DeepSeek-R1-Distill-Qwen-14B", - model_name : "ml.p4d.24xlarge" + model_name : "ml.g6e.12xlarge" }, ], temperature: [ From af6b2243d111d267eb8a8b714fd1db3181bc08c3 Mon Sep 17 00:00:00 2001 From: abdulgafoor Date: Wed, 12 Feb 2025 18:16:06 +0530 Subject: [PATCH 3/3] table height and cell width fixed --- ui/app/assets/css/main.css | 4 ++++ ui/app/components/Project/List.vue | 2 +- .../projects/[id]/experiments/[experimentId].vue | 12 ++++++------ 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/ui/app/assets/css/main.css b/ui/app/assets/css/main.css index 23ab874..e114785 100644 --- a/ui/app/assets/css/main.css +++ b/ui/app/assets/css/main.css @@ -99,6 +99,10 @@ td { border: none; } +.experiment-details-tabs div button[data-state]:not([data-state='active']):last-child { + border-right: none; +} + div.divide-y.divide-\[var\(--ui-border\)\].scroll-py-1 div[role='group'] { max-height: 150px; diff --git a/ui/app/components/Project/List.vue b/ui/app/components/Project/List.vue index 095a26a..f5ab9dc 100644 --- a/ui/app/components/Project/List.vue +++ b/ui/app/components/Project/List.vue @@ -142,7 +142,7 @@ const sorting = ref([