We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d384f commit 436929aCopy full SHA for 436929a
src/compressed_tensors/utils/offload.py
@@ -155,7 +155,7 @@ def get_execution_device(module: torch.nn.Module) -> torch.device:
155
first_param = next(module.parameters(), None)
156
if first_param is None:
157
warnings.warn(
158
- f"Unable able to infer execution device of {module}, " "falling back to CPU"
+ f"Unable able to infer execution device of {module}, falling back to CPU"
159
)
160
return torch.device("cpu")
161
0 commit comments