-
Notifications
You must be signed in to change notification settings - Fork 233
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
Which version is the comparison of the pressure measurement data provided in the project based on? #78
Comments
I loaded llama-7b in lightllm and tgi respectively, and found that the throughput of tgi-0.9.3 will be higher |
@dushulin We tested on TGI==0.8.4, using the A800 80G graphics card. The latest TGI version has made many optimizations. However, for LightLLM performance testing, it requires a warm-up run because the Triton kernel needs to be compiled. When Triton releases version 2.1.0 officially, we will improve the performance of the decode attention operator, and we expect to achieve a performance improvement of 10% to 20% at that time. |
@dushulin LightLLM aims to be the lightest pure Python inference library. In fact, we also have the version that combines TGI with LightLLM, which can achieve higher performance. At the same time, the current scheduling algorithm of TGI cannot handle scenarios with significant differences between long and short sentences very well. In such scenarios, LightLLM performs better in terms of performance. you can build a test set and try it。 |
When testing lightllm, a 120s warmup is performed, the data will be better than non-warmup, but still lower than TGI-0.9.3 |
@dushulin Can you give more detail about this, We try it. |
The comparison data with TGI is based on what TGI version and startup parameters, as well as hardware.
The text was updated successfully, but these errors were encountered: