Skip to content

Commit

Permalink
[Minor] Correct lib version and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
frankaging committed Oct 22, 2024
1 parent bc8a49c commit d13882a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyreft/reft_trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import os
import torch
import re
import evaluate

import numpy as np
from torch.nn import BCEWithLogitsLoss, CrossEntropyLoss, MSELoss
from transformers.utils import logging
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ torch>=2.0.0
# Removed flash-attn for now.
# flash-attn>=2.5.6 --install-option='--no-build-isolation'
pyvene>=0.1.4
transformers>=4.39.3
transformers==4.45.1
protobuf>=3.20.0
matplotlib>=3.7.4
ipywidgets>=8.1.1
Expand Down

0 comments on commit d13882a

Please sign in to comment.