We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b69f61 commit cb299cfCopy full SHA for cb299cf
finetune.py
@@ -86,7 +86,6 @@ def main(args):
86
args.model_id,
87
quantization_config=bnb_config,
88
device_map={"": PartialState().process_index},
89
- token=token,
90
attention_dropout=args.attention_dropout,
91
)
92
print_trainable_parameters(model)
0 commit comments