We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09acd8a + d259599 commit 95f45e9Copy full SHA for 95f45e9
.github/workflows/run_complete_llm.yml
@@ -10,7 +10,6 @@ concurrency:
10
11
jobs:
12
run-staging-workflow:
13
- runs-on: ubuntu-dind-runners
14
env:
15
ZENML_HOST: ${{ secrets.ZENML_HOST }}
16
ZENML_API_KEY: ${{ secrets.ZENML_API_KEY }}
llm-complete-guide/run.py
@@ -208,6 +208,7 @@ def main(
208
rag_deployment.with_options(
209
config_path=config_path, **pipeline_args
210
)()
211
+
212
if deploy:
213
rag_deployment.with_options(**pipeline_args)()
214
if evaluation:
0 commit comments