Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 16, 2024
commit 26d6c8ea75a6f3c2e15a3d4734fab897bebbdbe3
2 changes: 1 addition & 1 deletion test/3x/torch/quantization/weight_only/test_woq_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def test_captured_dataloader_iteration(self):
result = list(dataloader)

assert result == [1, 2, 3]

# Test case when kwargs is empty
args_list = [(1, 2), (2, 3), (3, 4)]
kwargs_list = [{}, {}, {}]
Expand Down