Skip to content
Closed
Changes from all commits
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
2 changes: 1 addition & 1 deletion torch/testing/_internal/common_device_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
# - @deviceCountAtLeast(<minimum number of devices to run test with>)
# Passes a list of strings representing all available devices of
# the test class's device type as the test template's "device" argument.
# If there are a fewer devices than the value passed to the decorator
# If there are fewer devices than the value passed to the decorator
# the test is skipped.
# - @dtypes(<list of tuples of dtypes>)
# In addition to accepting multiple dtypes, the @dtypes decorator
Expand Down