Skip to content

Commit

Permalink
chore: set default value for the NORMALIZE_EMBEDDINGS
Browse files Browse the repository at this point in the history
  • Loading branch information
limcheekin committed Dec 26, 2023
1 parent 3caeb1f commit 20d2399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 20d2399

Please sign in to comment.