From 20d239974b02b9653776aeec0eda7e17e42035eb Mon Sep 17 00:00:00 2001 From: Lim Chee Kin Date: Tue, 26 Dec 2023 11:33:25 +0800 Subject: [PATCH] chore: set default value for the NORMALIZE_EMBEDDINGS --- .github/workflows/dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index ccca917..7158975 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -19,7 +19,7 @@ jobs: env: MODEL: ${{ github.event.inputs.model_name }} MEMORY_SIZE: ${{ github.event.inputs.memory_size }} - NORMALIZE_EMBEDDINGS: ${{ github.event.inputs.normalize_embeddings }} + NORMALIZE_EMBEDDINGS: ${{ github.event.inputs.normalize_embeddings || '1' }} VERBOSE: ${{ github.event.inputs.verbose }} steps: