mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-23 02:20:49 +00:00
tested after rebasing, fix importance sampling bug
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
pandas>=1.4.1
|
||||
sentencepiece
|
||||
colossalai==0.4.7
|
||||
colossalai>=0.4.7
|
||||
prompt_toolkit
|
||||
|
@@ -1,4 +1,4 @@
|
||||
transformers==4.39.3
|
||||
transformers>=4.39.3
|
||||
tqdm
|
||||
datasets==2.14.7
|
||||
loralib
|
||||
|
@@ -152,7 +152,7 @@ if __name__ == "__main__":
|
||||
"-ei",
|
||||
"--eval-interval",
|
||||
type=int,
|
||||
default=100,
|
||||
default=-1,
|
||||
help="Interval for evaluation. Evaluate every ei training steps.",
|
||||
)
|
||||
parser.add_argument(
|
||||
|
Reference in New Issue
Block a user