Skip to content

Commit 9df7790

Browse files
committed
remove print
1 parent a5731e9 commit 9df7790

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

nff/nn/models/mace.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,10 +294,8 @@ def load_foundations(
294294
NffScaleMACE: NffScaleMACE foundational model.
295295
"""
296296
mace_model_path = get_mace_foundtion_model_path(model)
297-
print(mace_model_path)
298297
mace_model = torch.load(mace_model_path, map_location=map_location, weights_only=False)
299298
init_params = get_init_kwargs_from_model(mace_model)
300-
print(init_params)
301299
model_dtype = get_model_dtype(mace_model)
302300
if default_dtype == "":
303301
if not suppress_warnings:

0 commit comments

Comments
 (0)