I have no idea why this was removed i swear it was there

This commit is contained in:
somebody
2023-05-31 10:59:03 -05:00
parent ac4384ef75
commit d0d215bb37

View File

@@ -290,6 +290,7 @@ def patch_transformers_for_lazyload() -> None:
tensor_name=param_name, tensor_name=param_name,
device=param_device, device=param_device,
value=param, value=param,
dtype=dtype,
) )
else: else:
if ( if (