You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fixvllm-project/vllm-ascend#321
This pr is a temporary solution for long seq percision issue, will
revert when the root cause is fixed
cc @rjg-lyh@wangxiyuan
Co-authored-by: rjg-lyh <1318825571@qq.com>
---------
Signed-off-by: MengqingCao <cmq0113@163.com>
Co-authored-by: wangxiyuan <wangxiyuan@huawei.com>
Copy file name to clipboardExpand all lines: docs/source/user_guide/release_notes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@
25
25
- Pin modelscope<1.23.0 on vLLM v0.7.3 to resolve: https://github.com/vllm-project/vllm/pull/13807
26
26
27
27
### Known issues
28
-
- In [some cases](https://github.com/vllm-project/vllm-ascend/issues/321), expecially when the input/output is very long, the accuracy of output may be incorrect. You may see many `!` in the output, We are working on it. It'll be fixed in the next release.
28
+
- In some cases, expecially when the input/output is very long with VL model, the accuracy of output may be incorrect. You may see many `!`or some other unreadable code in the output. We are working on it. It'll be fixed in the next release.
29
29
- Improved and reduced the garbled code in model output. But if you still hit the issue, try to change the gerneration config value, such as `temperature` and try again. Any [feedback](https://github.com/vllm-project/vllm-ascend/issues/267) is welcome. [#277](https://github.com/vllm-project/vllm-ascend/pull/277)
0 commit comments