torch.set_deterministic and torch.is_deterministic were deprecated in favor of torch.use_deterministic_algorithms and torch.are_deterministic_algorithms_enabled in 1.8. Furthermore, the feature was in beta at that time. So it would most likely be safe to remove the deprecated functions.
cc @mruberry @kurtamohler
torch.set_deterministicandtorch.is_deterministicwere deprecated in favor oftorch.use_deterministic_algorithmsandtorch.are_deterministic_algorithms_enabledin 1.8. Furthermore, the feature was in beta at that time. So it would most likely be safe to remove the deprecated functions.cc @mruberry @kurtamohler