Get rid of dumb print
This commit is contained in:
parent
08918b700e
commit
3bb9844de9
1 changed files with 0 additions and 1 deletions
1
model.py
1
model.py
|
@ -95,7 +95,6 @@ class Model:
|
||||||
|
|
||||||
with ctx as model_part:
|
with ctx as model_part:
|
||||||
for name in model_part.keys():
|
for name in model_part.keys():
|
||||||
print("yield ", name)
|
|
||||||
data = model_part.get_tensor(name) if self.is_safetensors else model_part[name]
|
data = model_part.get_tensor(name) if self.is_safetensors else model_part[name]
|
||||||
yield name, data
|
yield name, data
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue