Skip to content

Commit 222ea22

Browse files
committed
feat(build): change dtype from fp16 to fp32 in model conversion
1 parent 06659ab commit 222ea22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
--ckpt model/${{ env.HF_CHECKPOINT_PATH }} \
9595
--config model/${{ env.HF_CONFIG_PATH }} \
9696
--out model.gguf \
97-
--dtype fp16
97+
--dtype fp32
9898
9999
- name: Upload Test Data Artifact
100100
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)