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 }} 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: