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

Add Benchmarking Compatibility to PaddingFree Plugin #66

Merged
merged 6 commits into from
Aug 19, 2024

Conversation

achew010
Copy link
Contributor

@achew010 achew010 commented Aug 14, 2024

Description

This PR provides support to run the benchmark for the AADP plugin

Key items:

  • data_processing stanza in scenarios.yaml to configure the benchmark dataset and define formatting using Jinja template
  • modifications to benchmark.py
  • additional AADP sample configurations

Benchmarks (Mistral 7B)

Benchmarks on Flan shows the improvement from PF is consistent with Transformers

  • 46% improvement in training runtime with PaddingFree for full FT
  • 20% improvement in training runtime with PaddingFree for QPEFT

NOTE: there are some regressions that affected the below results #70

Subset of Flan

run bash scripts/run_benchmarks.sh "1 2" "benchmark_outputs/flan" "scenarios-flan.yaml "none""

Framework Type Num Device Device Batch Size Train Runtime (sec) Throughput (toks/sec) % Runtime Improvement
Full FT 2 4 1430 992 base
Full FT + PF 2 4 774 1875 +46
BNB 2 4 1612 880 base
BNB + PF 2 4 1271 1142 +21
BNB + FOAK 2 4 1068 1328 base
BNB + FOAK + PF 2 4 605 2400 +43
GPTQ 2 4 1569 904 base
GPTQ + PF 2 4 1255 1156 +20
GPTQ + FOAK 2 4 1034 1372 base
GPTQ + FOAK + PF 2 4 587 2472 +43

Subset of Orca-Math

run bash scripts/run_benchmarks.sh "1 2" "benchmark_outputs/orca" "scenarios-orca.yaml "none""
Benchmarks on Orca-Math show improvement from PaddingFree matches Transformers

Single Device

Framework Type Num Device Device Batch Size Train Runtime (sec) Throughput (toks/sec) % Runtime Improvement
Full FT 1 4 362 1520 base
Full FT + PF 1 4 291 1874 +19

Two Device

Framework Type Num Device Device Batch Size Train Runtime (sec) Throughput (toks/sec) % Runtime Improvement
Full FT 2 4 231 1188 base
Full FT + PF 2 4 177 1584 +23
BNB 2 4 392 709 base
BNB + PF 2 4 398 704 +0
BNB + FOAK 2 4 190 1468 base
BNB + FOAK + PF 2 4 155 1802 +18
GPTQ 2 4 388 720 base
GPTQ + PF 2 4 386 725 +0
GPTQ + FOAK 2 4 186 1359 base
GPTQ + FOAK + PF 2 4 158 1771 +15

Copy link
Contributor

@fabianlim fabianlim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

have questions and concerns

tox.ini Outdated Show resolved Hide resolved
@achew010 achew010 marked this pull request as ready for review August 15, 2024 09:14
@fabianlim
Copy link
Contributor

Please fix the DCO

@fabianlim
Copy link
Contributor

@achew010 if we figure out what is the issue and if it requires some significant change in the design of the accelerated-peft plugin, this needs to be documented

achew010 and others added 4 commits August 19, 2024 01:50
Signed-off-by: 1000850000 user <[email protected]>
Co-authored-by: Yu Chin Fabian Lim <[email protected]>
Signed-off-by: 1000850000 user <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants