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