Skip to content

Commit

Permalink
add TorchCompile to callbacks/__init__.py (#718)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #718

adds callback to init file

Reviewed By: galrotem

Differential Revision: D54502498

fbshipit-source-id: 6974ae78bb0411398e71e14617904450c6f7f241
  • Loading branch information
JKSenthil authored and facebook-github-bot committed Mar 6, 2024
1 parent 9ee010c commit 08e10fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions torchtnt/framework/callbacks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
from .pytorch_profiler import PyTorchProfiler
from .system_resources_monitor import SystemResourcesMonitor
from .tensorboard_parameter_monitor import TensorBoardParameterMonitor
from .torch_compile import TorchCompile
from .torchsnapshot_saver import TorchSnapshotSaver
from .tqdm_progress_bar import TQDMProgressBar
from .train_progress_monitor import TrainProgressMonitor
Expand All @@ -31,6 +32,7 @@
"PyTorchProfiler",
"SystemResourcesMonitor",
"TensorBoardParameterMonitor",
"TorchCompile",
"TorchSnapshotSaver",
"TQDMProgressBar",
"TrainProgressMonitor",
Expand Down

0 comments on commit 08e10fa

Please sign in to comment.