Skip to content

Commit 436929a

Browse files
committed
formatting
Signed-off-by: Kyle Sayers <kylesayrs@gmail.com>
1 parent b1d384f commit 436929a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compressed_tensors/utils/offload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def get_execution_device(module: torch.nn.Module) -> torch.device:
155155
first_param = next(module.parameters(), None)
156156
if first_param is None:
157157
warnings.warn(
158-
f"Unable able to infer execution device of {module}, " "falling back to CPU"
158+
f"Unable able to infer execution device of {module}, falling back to CPU"
159159
)
160160
return torch.device("cpu")
161161

0 commit comments

Comments
 (0)