From 5ddc7dd009ea013b8bf9dce45cc05855492e2e98 Mon Sep 17 00:00:00 2001 From: AlexejPenner Date: Mon, 28 Oct 2024 17:24:58 +0100 Subject: [PATCH 1/2] Removed new-line --- llm-complete-guide/run.py | 1 - 1 file changed, 1 deletion(-) diff --git a/llm-complete-guide/run.py b/llm-complete-guide/run.py index 45419f6a..ba001b4f 100644 --- a/llm-complete-guide/run.py +++ b/llm-complete-guide/run.py @@ -208,7 +208,6 @@ def main( rag_deployment.with_options( config_path=config_path, **pipeline_args )() - if deploy: rag_deployment.with_options(**pipeline_args)() if evaluation: From bc1b62665a4741e2307b9d22c6c5b071ee94d8de Mon Sep 17 00:00:00 2001 From: AlexejPenner Date: Mon, 28 Oct 2024 17:33:51 +0100 Subject: [PATCH 2/2] Fixed github action --- .github/workflows/run_complete_llm.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/run_complete_llm.yml b/.github/workflows/run_complete_llm.yml index 978c92d6..34cbe89a 100644 --- a/.github/workflows/run_complete_llm.yml +++ b/.github/workflows/run_complete_llm.yml @@ -10,6 +10,7 @@ concurrency: jobs: run-staging-workflow: + runs-on: ubuntu-latest env: ZENML_HOST: ${{ secrets.ZENML_HOST }} ZENML_API_KEY: ${{ secrets.ZENML_API_KEY }}