Skip to content

Conversation

shunxing1234
Copy link
Contributor

No description provided.

ftgreat and others added 4 commits August 3, 2023 06:28
Signed-off-by: ftgreat <ftgreat@163.com>
Signed-off-by: shunxing1234 <xw747777271@gmail.com>
Signed-off-by: shunxing1234 <xw747777271@gmail.com>
@shunxing1234
Copy link
Contributor Author

In order to merge this PR, do I need to provide any additional information?

@zhuohan123
Copy link
Member

@shunxing1234 Thank you for your great contribution! Can you make sure you pass the format checks and give one example that this model is outputting correct results?

shunxing1234 and others added 3 commits August 9, 2023 13:41
Signed-off-by: shunxing1234 <xw747777271@gmail.com>
Signed-off-by: shunxing1234 <xw747777271@gmail.com>
@shunxing1234
Copy link
Contributor Author

shunxing1234 commented Aug 9, 2023

@shunxing1234 Thank you for your great contribution! Can you make sure you pass the format checks and give one example that this model is outputting correct results?

https://github.com/FlagAI-Open/FlagAI/tree/master/examples/Aquila
Hi, thanks for your reply. Here is the outputting of aquila
image

@gesanqiu
Copy link
Contributor

gesanqiu commented Aug 9, 2023

I have been verified the greedy output of transforemers and vLLM on BAAI/AquilaChat-7B last week, they are the same. What needs pay attention to is Aquila has several stop str, such as '###', '', '[UNK]', and I just made a PR to FastChat, after merged we can use openai_api.py on BAAI/AquilaChat-7B.

@shunxing1234
Copy link
Contributor Author

I have been verified the greedy output of transforemers and vLLM on BAAI/AquilaChat-7B last week, they are the same. What needs pay attention to is Aquila has several stop str, such as '###', '', '[UNK]', and I just made a PR to FastChat, after merged we can use openai_api.py on BAAI/AquilaChat-7B.

@gesanqiu Thanks for your Contribution!

shunxing1234 and others added 3 commits August 10, 2023 01:13
Signed-off-by: shunxing1234 <xw747777271@gmail.com>
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! Just tested out BAAI/AquilaChat-7B and it works great on a single A100. Thank you for your contribution!

@zhuohan123 zhuohan123 merged commit ad5f2fe into vllm-project:main Aug 22, 2023
@ftgreat
Copy link
Contributor

ftgreat commented Aug 23, 2023

@zhuohan123 one typo pr #836 , please review it. thanks.

randxie pushed a commit to randxie/vllm that referenced this pull request Aug 29, 2023
* add aquila

Signed-off-by: ftgreat <ftgreat@163.com>

* fix some bug

Signed-off-by: shunxing1234 <xw747777271@gmail.com>

* delete pdb

Signed-off-by: shunxing1234 <xw747777271@gmail.com>

* fix bugs

Signed-off-by: shunxing1234 <xw747777271@gmail.com>

* fix bugs

Signed-off-by: shunxing1234 <xw747777271@gmail.com>

* delete whitespace

Signed-off-by: shunxing1234 <xw747777271@gmail.com>

* format

* fix order

---------

Signed-off-by: ftgreat <ftgreat@163.com>
Signed-off-by: shunxing1234 <xw747777271@gmail.com>
Co-authored-by: ftgreat <ftgreat@163.com>
hongxiayang pushed a commit to hongxiayang/vllm that referenced this pull request Feb 13, 2024
* add aquila

Signed-off-by: ftgreat <ftgreat@163.com>

* fix some bug

Signed-off-by: shunxing1234 <xw747777271@gmail.com>

* delete pdb

Signed-off-by: shunxing1234 <xw747777271@gmail.com>

* fix bugs

Signed-off-by: shunxing1234 <xw747777271@gmail.com>

* fix bugs

Signed-off-by: shunxing1234 <xw747777271@gmail.com>

* delete whitespace

Signed-off-by: shunxing1234 <xw747777271@gmail.com>

* format

* fix order

---------

Signed-off-by: ftgreat <ftgreat@163.com>
Signed-off-by: shunxing1234 <xw747777271@gmail.com>
Co-authored-by: ftgreat <ftgreat@163.com>
yma11 pushed a commit to yma11/vllm that referenced this pull request Jan 23, 2025
…oject#663)

Changes the sampler used by dummy sequences to greedy if any
sequence is using it. Prevents sampler recompilations.
amy-why-3459 pushed a commit to amy-why-3459/vllm that referenced this pull request Sep 15, 2025
### What this PR does / why we need it?
vLLM Ascend side followup on:
[Core] Remove prompt string from engine core data structures

vllm-project@df6f3ce

### Does this PR introduce _any_ user-facing change?
No

### How was this patch tested?
CI passed

Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
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.

4 participants