blob: e87ec7f05a2ea09d87ab0242d4fc1c733a88d069 [file] [log] [blame]
# flake8: noqa
import torch
torch.set_rng_state([1, 2, 3]) # E: Argument 1 to "set_rng_state" has incompatible type "list[int]"; expected "Tensor" [arg-type]