Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
seed_everything function doesn't handle HPU (#384)
This PR adds manual seed setting for HPU in the function `seed_everything`. Previously the torch.manual_seed was getting set to the given seed, which got removed in the following PR 6ffa3f3
- Loading branch information