tutorials icon indicating copy to clipboard operation
tutorials copied to clipboard

Feedback to remove unused import `ParameterAlias` from benchmark tutorial

Open vishalgoyal316 opened this issue 3 months ago • 0 comments

The ParameterAlias class is imported but never used in the tutorial.

File: recipes_source/recipes/benchmark.py Line 556: from torch.utils.benchmark import Fuzzer, FuzzedParameter, FuzzedTensor, ParameterAlias

If it is OK to remove unused import, then I will raise a PR soon to solve this issue.

vishalgoyal316 avatar Oct 17 '25 09:10 vishalgoyal316