Skip to content

Commit

Permalink
Update thunder/dynamo/compiler_graph_benchmark.py
Browse files Browse the repository at this point in the history
Co-authored-by: Masaki Kozuki <mkozuki@nvidia.com>
  • Loading branch information
kiya00 and crcrpar authored Oct 10, 2024
1 parent ed659d5 commit ec3ab08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thunder/dynamo/compiler_graph_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def __init__(
# script.py
import torch
import thunder
from thunder.benchmarks import ThunderCompilerGraphBenchmarking
from thunder.dynamo import ThunderCompilerGraphBenchmarking
def func(x):
x = torch.sin(x)
Expand Down

0 comments on commit ec3ab08

Please sign in to comment.