Skip to content

Commit cb299cf

Browse files
authored
Update finetune.py
1 parent 1b69f61 commit cb299cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

finetune.py

-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ def main(args):
8686
args.model_id,
8787
quantization_config=bnb_config,
8888
device_map={"": PartialState().process_index},
89-
token=token,
9089
attention_dropout=args.attention_dropout,
9190
)
9291
print_trainable_parameters(model)

0 commit comments

Comments
 (0)