From 2e1b51422f6a0daf3c2faf0249e4e9e7d0d60ed2 Mon Sep 17 00:00:00 2001 From: aarnphm-ec2-dev <29749331+aarnphm@users.noreply.github.com> Date: Fri, 8 Sep 2023 18:31:50 +0000 Subject: [PATCH] fix(embeddings): update to the latest API name Signed-off-by: aarnphm-ec2-dev <29749331+aarnphm@users.noreply.github.com> --- .github/workflows/build-embedding.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-embedding.yml b/.github/workflows/build-embedding.yml index 19032c90..3aca8ab7 100644 --- a/.github/workflows/build-embedding.yml +++ b/.github/workflows/build-embedding.yml @@ -171,7 +171,7 @@ jobs: ca-certificates gnupg2 bash build-essential {% if __options__system_packages is not none %}{{ __options__system_packages | join(' ') }}{% endif -%} {% endblock %} EOF - bento_tag=$(python -c "import openllm;print(str(openllm.build('opt',bento_version='sha-${{ env.GITHUB_SHA_SHORT }}',serialisation_format='legacy').tag))") + bento_tag=$(python -c "import openllm;print(str(openllm.build('opt',bento_version='sha-${{ env.GITHUB_SHA_SHORT }}',serialisation='legacy').tag))") echo "tag=$bento_tag" >> $GITHUB_OUTPUT - name: Build and push Embedding Bento id: build-and-push