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

Use dtype from model config & Add Dolly V2 #63

Merged
merged 3 commits into from
May 4, 2023
Merged

Use dtype from model config & Add Dolly V2 #63

merged 3 commits into from
May 4, 2023

Conversation

WoosukKwon
Copy link
Collaborator

This PR adds the default option to dtype, which uses FP16 for FP16 and FP32 models and BF16 for BF16 models. While this option will be used by default, users can specify the data type if they want to use BF16 for FP32 models.

In addition, the PR integrates Dolly V2, a recent LLM with the GPT-NeoX architecture. The model is trained and saved in BF16.

@WoosukKwon WoosukKwon requested a review from zhuohan123 May 3, 2023 23:28
Copy link
Member

@zhuohan123 zhuohan123 left a comment

Choose a reason for hiding this comment

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

LGTM!

@WoosukKwon WoosukKwon merged commit 189ae23 into main May 4, 2023
@WoosukKwon WoosukKwon deleted the dolly-v2 branch May 4, 2023 10:05
hongxiayang pushed a commit to hongxiayang/vllm that referenced this pull request Feb 13, 2024
yukavio pushed a commit to yukavio/vllm that referenced this pull request Jul 3, 2024
SUMMARY:
* delete NOTICE.txt file

TEST PLAN:
none

Co-authored-by: andy-neuma <[email protected]>
dllehr-amd pushed a commit to dllehr-amd/vllm that referenced this pull request Jul 22, 2024
dtrifiro pushed a commit to dtrifiro/vllm that referenced this pull request Jul 30, 2024
sync release with main @ v0.5.0.post1-99-g8720c92e
JHLEE17 pushed a commit to JHLEE17/vllm that referenced this pull request Aug 1, 2024
* Add more detailed event names to profiler

* Add more profiler stats

* separate prompt and decode batch utilization

* Add more metrics

* revert engine/metrics.py changes

* un-singletonify (what a funny word) habana profiler

* formatting

* add batch block utilization metric

* fix division by zero

* fix batch_block_utilization formula

* minor refactors
@alixiaodi alixiaodi mentioned this pull request Aug 2, 2024
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