Skip to content
Draft
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 examples/fault_tolerance/basic_ft_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# FT: import NVRx
import nvidia_resiliency_ext.fault_tolerance as ft

# Simple example of using the FT library with PyTorch DDP.
# Simple example of using the FT library with PyTorch DDP..
# This script trains a dummy model on dummy data. CPU is used for training.
# After each epoch, FT timeouts are calculated and saved to the file "./ft_state.json".
#
Expand Down