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
ModelZoo
Qwen-VL_pytorch
Commits
f1aa3954
Commit
f1aa3954
authored
May 31, 2024
by
wanglch
Browse files
Update finetune_lora_single_gpu.sh
parent
e43e75b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
finetune/finetune_lora_single_gpu.sh
finetune/finetune_lora_single_gpu.sh
+1
-2
No files found.
finetune/finetune_lora_single_gpu.sh
View file @
f1aa3954
...
...
@@ -13,7 +13,6 @@ export CUDA_VISIBLE_DEVICES=0
python finetune.py
\
--model_name_or_path
$MODEL
\
--data_path
$DATA
\
--bf16
True
\
--fix_vit
True
\
--output_dir
output_qwen
\
--num_train_epochs
5
\
...
...
@@ -34,4 +33,4 @@ python finetune.py \
--model_max_length
2048
\
--lazy_preprocess
True
\
--gradient_checkpointing
\
--use_lora
\ No newline at end of file
--use_lora
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