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

Fixed ALiBi #254

Merged
merged 1 commit into from
Sep 12, 2024
Merged

Fixed ALiBi #254

merged 1 commit into from
Sep 12, 2024

Conversation

itaraban
Copy link

@itaraban itaraban commented Sep 8, 2024

Fixed ALiB and MPT-7B model.
Accuracy results comparing to CPU(collected using EleutherAI)

Tasks CPU HPU
arc_challenge 0.4224 0.4189
arc_easy 0.6974 0.6999
hellaswag 0.7603 0.7626
lambada_openai 0.7306 0.7326
mmlu 0.293 0.2925
winogrande 0.6851 0.6811

@afierka-intel
Copy link

The code LGTM, but fix the issues raised by static checks first please.

@kzawora-intel kzawora-intel merged commit 6a734f4 into HabanaAI:habana_main Sep 12, 2024
13 checks passed
zhouyu5 pushed a commit to zhouyu5/vllm-fork that referenced this pull request Sep 13, 2024
Fixed ALiB and [MPT-7B](https://www.databricks.com/blog/mpt-7b) model.
Accuracy results comparing to CPU(collected using
[EleutherAI](https://github.com/EleutherAI/lm-evaluation-harness))

| Tasks          | CPU    | HPU    |
| -------------- | ------ | ------ |
| arc_challenge  | 0.4224 | 0.4189 |
| arc_easy       | 0.6974 | 0.6999 |
| hellaswag      | 0.7603 | 0.7626 |
| lambada_openai | 0.7306 | 0.7326 |
| mmlu           | 0.293  | 0.2925 |
| winogrande     | 0.6851 | 0.6811 |
zhouyu5 pushed a commit to zhouyu5/vllm-fork that referenced this pull request Sep 20, 2024
Fixed ALiB and [MPT-7B](https://www.databricks.com/blog/mpt-7b) model.
Accuracy results comparing to CPU(collected using
[EleutherAI](https://github.com/EleutherAI/lm-evaluation-harness))

| Tasks          | CPU    | HPU    |
| -------------- | ------ | ------ |
| arc_challenge  | 0.4224 | 0.4189 |
| arc_easy       | 0.6974 | 0.6999 |
| hellaswag      | 0.7603 | 0.7626 |
| lambada_openai | 0.7306 | 0.7326 |
| mmlu           | 0.293  | 0.2925 |
| winogrande     | 0.6851 | 0.6811 |
kzawora-intel added a commit that referenced this pull request Oct 7, 2024
ALiBi was fixed in #254, so it
should be added to supported features in README.
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.

3 participants