Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update #8448

Merged
merged 39 commits into from
May 17, 2024
Merged

update #8448

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
a5ed9ed
update
Galaxy1458 May 9, 2024
8ebdcfa
Merge branch 'develop' of https://github.com/Galaxy1458/PaddleNLP int…
Galaxy1458 May 9, 2024
bd0aa87
add llama-npu-opt-script
Galaxy1458 May 9, 2024
ce921ab
Merge branch 'PaddlePaddle:develop' into develop
Galaxy1458 May 9, 2024
cc24132
Update dev_opt_lora.sh
Galaxy1458 May 9, 2024
036d03c
Update dev_opt_ppt.sh
Galaxy1458 May 9, 2024
8dd2d02
Update dev_opt_lora.sh
Galaxy1458 May 9, 2024
96e69aa
Update dev_opt_ppt.sh
Galaxy1458 May 9, 2024
a35ba59
Update dev_opt_sft.sh
Galaxy1458 May 9, 2024
68388a7
Rename dev_opt_lora.sh to llama_npu_opt_lora.sh
Galaxy1458 May 11, 2024
fee8f04
Update dev_opt_ppt.sh
Galaxy1458 May 11, 2024
783de3b
Rename dev_opt_ppt.sh to llama_npu_opt_ppt.sh
Galaxy1458 May 11, 2024
10f9415
Update llama_npu_opt_lora.sh
Galaxy1458 May 11, 2024
f3d96e5
Update and rename dev_opt_sft.sh to llama_npu_opt_sft.sh
Galaxy1458 May 11, 2024
e51cc9a
Merge branch 'PaddlePaddle:develop' into develop
Galaxy1458 May 13, 2024
6771aa9
add funsion ops
Galaxy1458 May 13, 2024
61dc79c
add funsion ops
Galaxy1458 May 13, 2024
558200f
add funsion ops
Galaxy1458 May 13, 2024
f387c30
add funsion ops
Galaxy1458 May 13, 2024
a12947b
add funsion ops
Galaxy1458 May 13, 2024
aff105e
add funsion ops
Galaxy1458 May 13, 2024
075c8de
add funsion ops
Galaxy1458 May 13, 2024
15f2fe3
add funsion ops
Galaxy1458 May 13, 2024
2741769
add funsion ops
Galaxy1458 May 13, 2024
12fc048
add funsion ops
Galaxy1458 May 13, 2024
f678361
add funsion ops
Galaxy1458 May 13, 2024
9b2ca6b
add funsion ops
Galaxy1458 May 13, 2024
cac0f8e
add funsion ops
Galaxy1458 May 13, 2024
73866a2
add funsion ops
Galaxy1458 May 13, 2024
d8f1950
add funsion ops
Galaxy1458 May 13, 2024
9a2f1c5
add funsion ops
Galaxy1458 May 13, 2024
df78b71
update
Galaxy1458 May 14, 2024
8c3cd0d
Update fusion_ops.py
Galaxy1458 May 14, 2024
0a6d6b8
update
Galaxy1458 May 14, 2024
191fe2f
Merge branch 'develop' of https://github.com/PaddlePaddle/PaddleNLP i…
Galaxy1458 May 14, 2024
8a0f1e1
Merge branch 'PaddlePaddle:develop' into develop
Galaxy1458 May 14, 2024
01ef62f
Merge branch 'develop' of https://github.com/Galaxy1458/PaddleNLP int…
Galaxy1458 May 16, 2024
6a5d446
update
Galaxy1458 May 16, 2024
c592dc5
Merge branch 'PaddlePaddle:develop' into develop
Galaxy1458 May 16, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions llm/llama/npu/llama_npu_opt_lora.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ python -u -m paddle.distributed.launch \
--logging_steps 1 \
--evaluation_strategy "epoch" \
--src_length 1024 \
--tensor_parallel_output true \
--max_length 4096 \
--bf16 true \
--fp16_opt_level "O2" \
Expand Down
3 changes: 2 additions & 1 deletion llm/llama/npu/llama_npu_opt_sft.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,10 @@ python -u -m paddle.distributed.launch \
--evaluation_strategy "epoch" \
--src_length 1024 \
--max_length 4096 \
--fp16 true \
--bf16 true \
--fp16_opt_level "O2" \
--do_train true \
--tensor_parallel_output true \
--disable_tqdm true \
--eval_with_do_generation false \
--metric_for_best_model "accuracy" \
Expand Down
Loading