Skip to content

Commit

Permalink
fix test on push
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenhoangthuan99 committed Aug 9, 2024
1 parent a28f303 commit 3137605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/convert-model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:

env:
USER_NAME: cortexso
SOURCE_MODEL_ID: google/gemma-2b #${{ inputs.source_model_id }}
SOURCE_MODEL_ID: google/gemma-2-2b-it #${{ inputs.source_model_id }}
SOURCE_MODEL_SIZE: 2b #${{ inputs.source_model_size }}
TARGET_MODEL_ID: gemma2 #${{ inputs.target_model_id }}
PRECISION: int4 # Valid values: int4,fp16,fp3
Expand Down

0 comments on commit 3137605

Please sign in to comment.