Update gguf-py/gguf/gguf_writer.py
Co-authored-by: compilade <git@compilade.net>
This commit is contained in:
parent
b843445827
commit
854bd64a5d
1 changed files with 1 additions and 1 deletions
|
@ -362,8 +362,8 @@ class GGUFWriter:
|
|||
self.write_padding(fout, fout.tell())
|
||||
|
||||
if self.temp_file is None:
|
||||
bar = None
|
||||
shard_bar = None
|
||||
bar = None
|
||||
|
||||
if progress:
|
||||
from tqdm import tqdm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue