Skip to content

Commit

Permalink
remove seed
Browse files Browse the repository at this point in the history
  • Loading branch information
Yizhen committed Oct 15, 2024
1 parent 4096b16 commit 2414c00
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lmflow/pipeline/finetuner.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@


logger = logging.getLogger(__name__)
torch.manual_seed(42)
np.random.seed(42)

class Finetuner(BaseTuner):
"""
Expand Down

0 comments on commit 2414c00

Please sign in to comment.