Update convert-baichuan-hf-to-gguf.py
This commit is contained in:
parent
e4efbdb8c1
commit
51e9d39117
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ if not dir_model.is_dir():
|
||||||
print(f'Error: {args.model} is not a directory', file = sys.stderr)
|
print(f'Error: {args.model} is not a directory', file = sys.stderr)
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
endianess =gguf.GGUFEndian.LITTLE
|
endianess = gguf.GGUFEndian.LITTLE
|
||||||
if args.bigendian:
|
if args.bigendian:
|
||||||
endianess = gguf.GGUFEndian.BIG
|
endianess = gguf.GGUFEndian.BIG
|
||||||
print(f"gguf: Conversion Endianess {endianess}")
|
print(f"gguf: Conversion Endianess {endianess}")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue