mirror of
https://github.com/marvinscham/masterthesis-playground.git
synced 2026-03-23 08:52:42 +01:00
RAFT shenanigans
This commit is contained in:
@@ -73,7 +73,6 @@ def main():
|
||||
max_length=args.max_seq_len,
|
||||
bf16=torch.cuda.is_available(),
|
||||
fp16=not torch.cuda.is_available(),
|
||||
assistant_only_loss=True, # only learn from assistant turns in messages
|
||||
report_to=[],
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user