Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaansehgal99 committed May 31, 2024
1 parent e8b3605 commit d367b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kind-cluster/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."""
Expand Down

0 comments on commit d367b74

Please sign in to comment.