From d367b7429d9687ae89ae5f96ec36bc24a9ad9e18 Mon Sep 17 00:00:00 2001 From: ishaansehgal99 Date: Fri, 31 May 2024 16:44:50 -0700 Subject: [PATCH] fix path --- .github/workflows/kind-cluster/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/kind-cluster/main.py b/.github/workflows/kind-cluster/main.py index 4594d8735..8a47dc5f2 100644 --- a/.github/workflows/kind-cluster/main.py +++ b/.github/workflows/kind-cluster/main.py @@ -13,7 +13,7 @@ def get_weights_path(model_name): return f"{WEIGHTS_FOLDER}/{model_name}/weights" def get_dockerfile_path(model_runtime): - return f"/kaito/docker/presets/inference/{model_runtime}/Dockerfile" + return f"/kaito/docker/presets/models/{model_runtime}/Dockerfile" def generate_unique_id(): """Generate a unique identifier for a job."""