From 33fc151da7ba1034187b6030b3ff794b4442f692 Mon Sep 17 00:00:00 2001 From: AlexejPenner Date: Mon, 25 Nov 2024 15:15:41 +0100 Subject: [PATCH 1/4] Upgraded ZenML Version --- llm-complete-guide/ZENML_VERSION.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llm-complete-guide/ZENML_VERSION.txt b/llm-complete-guide/ZENML_VERSION.txt index 24c41e03..f91d144a 100644 --- a/llm-complete-guide/ZENML_VERSION.txt +++ b/llm-complete-guide/ZENML_VERSION.txt @@ -1 +1 @@ -0.67.0 \ No newline at end of file +0.71.0 \ No newline at end of file From 25c08d7de4562533d42648f2721abfd83e96abca Mon Sep 17 00:00:00 2001 From: AlexejPenner Date: Mon, 25 Nov 2024 15:25:00 +0100 Subject: [PATCH 2/4] Upgrade zenml version --- .github/workflows/production_run_complete_llm.yml | 1 - .github/workflows/staging_run_complete_llm.yml | 1 - llm-complete-guide/requirements-argilla.txt | 2 +- llm-complete-guide/requirements.txt | 2 +- 4 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/production_run_complete_llm.yml b/.github/workflows/production_run_complete_llm.yml index 9d9ff319..883f60da 100644 --- a/.github/workflows/production_run_complete_llm.yml +++ b/.github/workflows/production_run_complete_llm.yml @@ -47,7 +47,6 @@ jobs: working-directory: ./llm-complete-guide run: | zenml init - zenml connect --url $ZENML_STORE_URL --api-key $ZENML_STORE_API_KEY - name: Set stack (Production) working-directory: ./llm-complete-guide diff --git a/.github/workflows/staging_run_complete_llm.yml b/.github/workflows/staging_run_complete_llm.yml index b43911a1..01a6cd8a 100644 --- a/.github/workflows/staging_run_complete_llm.yml +++ b/.github/workflows/staging_run_complete_llm.yml @@ -43,7 +43,6 @@ jobs: working-directory: ./llm-complete-guide run: | zenml init - zenml connect --url $ZENML_STORE_URL --api-key $ZENML_STORE_API_KEY - name: Set stack (Staging) working-directory: ./llm-complete-guide diff --git a/llm-complete-guide/requirements-argilla.txt b/llm-complete-guide/requirements-argilla.txt index d0b72109..ad979d10 100644 --- a/llm-complete-guide/requirements-argilla.txt +++ b/llm-complete-guide/requirements-argilla.txt @@ -1,4 +1,4 @@ -zenml[server]>=0.68.1 +zenml[server] sentence-transformers>=3,<=3.0.1 transformers<=4.44.0 litellm diff --git a/llm-complete-guide/requirements.txt b/llm-complete-guide/requirements.txt index 4a761fbd..dc578d9d 100644 --- a/llm-complete-guide/requirements.txt +++ b/llm-complete-guide/requirements.txt @@ -1,4 +1,4 @@ -zenml[server]==0.68.1 +zenml[server] ratelimit pgvector psycopg2-binary From 5466149e8e333e258130e6bea81fb26f04aaffd6 Mon Sep 17 00:00:00 2001 From: AlexejPenner Date: Tue, 26 Nov 2024 14:02:03 +0100 Subject: [PATCH 3/4] Attempt to debug gh action --- .github/workflows/staging_run_complete_llm.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/staging_run_complete_llm.yml b/.github/workflows/staging_run_complete_llm.yml index 01a6cd8a..4d690140 100644 --- a/.github/workflows/staging_run_complete_llm.yml +++ b/.github/workflows/staging_run_complete_llm.yml @@ -39,6 +39,9 @@ jobs: uv pip install -r requirements-argilla.txt --system zenml integration install aws s3 -y --uv + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + - name: Connect to ZenML server working-directory: ./llm-complete-guide run: | From fbdcf017c4074d48e8e3ea03d3952c2cf302927f Mon Sep 17 00:00:00 2001 From: AlexejPenner Date: Tue, 26 Nov 2024 14:13:54 +0100 Subject: [PATCH 4/4] Removed tmate --- .github/workflows/staging_run_complete_llm.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/staging_run_complete_llm.yml b/.github/workflows/staging_run_complete_llm.yml index 4d690140..01a6cd8a 100644 --- a/.github/workflows/staging_run_complete_llm.yml +++ b/.github/workflows/staging_run_complete_llm.yml @@ -39,9 +39,6 @@ jobs: uv pip install -r requirements-argilla.txt --system zenml integration install aws s3 -y --uv - - name: Setup tmate session - uses: mxschmitt/action-tmate@v3 - - name: Connect to ZenML server working-directory: ./llm-complete-guide run: |