Skip to content

Commit 4586426

Browse files
committed
test comment removed
1 parent de44be1 commit 4586426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_linear4bit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def test_linear_serialization(quant_type, compress_statistics, bias):
3030
compute_dtype=compute_dtype,
3131
compress_statistics=compress_statistics,
3232
quant_type=quant_type,
33-
device="meta", # TODO: consider both CPU, meta and CUDA creation
33+
device="meta",
3434
)
3535
new_weight = bnb.nn.Params4bit(data=linear.weight, requires_grad=False)
3636
linear_q.weight = new_weight

0 commit comments

Comments
 (0)