Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
bitsandbytes
Commits
a9cfd1b4
Unverified
Commit
a9cfd1b4
authored
Jan 14, 2025
by
Benjamin Badger
Committed by
GitHub
Jan 14, 2025
Browse files
doc updates (#1471)
Co-authored-by:
Titus
<
9048635+Titus-von-Koeller@users.noreply.github.com
>
parent
bcc052fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
docs/source/fsdp_qlora.md
docs/source/fsdp_qlora.md
+1
-3
No files found.
docs/source/fsdp_qlora.md
View file @
a9cfd1b4
...
@@ -100,9 +100,7 @@ trainer = SFTTrainer(
...
@@ -100,9 +100,7 @@ trainer = SFTTrainer(
model
=
model
,
model
=
model
,
train_dataset
=
dataset
,
train_dataset
=
dataset
,
peft_config
=
peft_config
,
peft_config
=
peft_config
,
dataset_text_field
=
"text"
,
processing_class
=
tokenizer
,
max_seq_length
=
max_seq_length
,
tokenizer
=
tokenizer
,
args
=
training_arguments
,
args
=
training_arguments
,
)
)
trainer
.
train
()
trainer
.
train
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment