Skip to content

Commit 95f45e9

Browse files
committed
Merge remote-tracking branch 'origin/main' into feature/llm-complete-deployment
2 parents 09acd8a + d259599 commit 95f45e9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/run_complete_llm.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ concurrency:
1010

1111
jobs:
1212
run-staging-workflow:
13-
runs-on: ubuntu-dind-runners
1413
env:
1514
ZENML_HOST: ${{ secrets.ZENML_HOST }}
1615
ZENML_API_KEY: ${{ secrets.ZENML_API_KEY }}

llm-complete-guide/run.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ def main(
208208
rag_deployment.with_options(
209209
config_path=config_path, **pipeline_args
210210
)()
211+
211212
if deploy:
212213
rag_deployment.with_options(**pipeline_args)()
213214
if evaluation:

0 commit comments

Comments
 (0)