Skip to content

Commit

Permalink
falcon : write file type
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Aug 24, 2023
1 parent 38b16df commit 01f2224
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions convert-falcon-hf-to-gguf.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ def count_model_parts(dir_model: str) -> int:
else:
gguf_writer.add_head_count_kv(1)
gguf_writer.add_layer_norm_eps(hparams["layer_norm_epsilon"])
gguf_writer.add_file_type(ftype)

# TOKENIZATION

Expand Down
2 changes: 1 addition & 1 deletion scripts/run-all-ppl.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

qnt=(f16 q8_0 q6_k q5_k q5_1 q5_0 q4_k q4_1 q4_0 q3_k q2_k)
args="--no-mmap -ngl 999 -t 8"
args="-ngl 999 -t 8"

if [ -z "$1" ]; then
echo "usage: $0 <model> [qnt] [args]"
Expand Down

0 comments on commit 01f2224

Please sign in to comment.