From 51e96353d5819ab2e02877bfcfebeabdcca8f772 Mon Sep 17 00:00:00 2001 From: Heba Elayoty Date: Sun, 17 Mar 2024 09:17:19 -0700 Subject: [PATCH] release: update manifest and helm charts for v0.2.1 Signed-off-by: Heba Elayoty --- Makefile | 2 +- charts/kaito/workspace/README.md | 2 +- charts/kaito/workspace/values.yaml | 2 +- presets/tuning/tfs/requirements.txt | 14 -------------- 4 files changed, 3 insertions(+), 17 deletions(-) delete mode 100644 presets/tuning/tfs/requirements.txt diff --git a/Makefile b/Makefile index d3df4896c..ff48d589e 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # Image URL to use all building/pushing image targets REGISTRY ?= YOUR_REGISTRY IMG_NAME ?= workspace -VERSION ?= v0.2.0 +VERSION ?= v0.2.1 IMG_TAG ?= $(subst v,,$(VERSION)) ROOT_DIR := $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST)))) diff --git a/charts/kaito/workspace/README.md b/charts/kaito/workspace/README.md index d67546c1d..eb9793c84 100644 --- a/charts/kaito/workspace/README.md +++ b/charts/kaito/workspace/README.md @@ -5,7 +5,7 @@ ```bash export REGISTRY= export IMG_NAME=workspace -export IMG_TAG=0.2.0 +export IMG_TAG=0.2.1 helm install workspace ./charts/kaito/workspace --set image.repository=${REGISTRY}/$(IMG_NAME) --set image.tag=$(IMG_TAG) ``` diff --git a/charts/kaito/workspace/values.yaml b/charts/kaito/workspace/values.yaml index 77ff062b7..90ae02156 100644 --- a/charts/kaito/workspace/values.yaml +++ b/charts/kaito/workspace/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: mcr.microsoft.com/aks/kaito/workspace pullPolicy: IfNotPresent - tag: 0.2.0 + tag: 0.2.1 imagePullSecrets: [] podAnnotations: {} podSecurityContext: diff --git a/presets/tuning/tfs/requirements.txt b/presets/tuning/tfs/requirements.txt deleted file mode 100644 index 9848f3e67..000000000 --- a/presets/tuning/tfs/requirements.txt +++ /dev/null @@ -1,14 +0,0 @@ -datasets==2.16.1 -peft==0.8.2 -transformers==4.38.2 -torch==2.2.0 -accelerate==0.27.2 -fastapi==0.109.1 -pydantic==1.10.9 -uvicorn[standard]==0.23.2 -bitsandbytes==0.42.0 -gputil==1.4.0 -loralib -einops -xformers -deepspeed \ No newline at end of file