杨睿

Results 20 comments of 杨睿

[Here](https://github.com/encode/uvicorn/issues/1637#issuecomment-1242987329) is the way to reproduce this problem.

> If you can explain the problem, and the solution, it would save me time, and I'd really appreciate it. Sorry for my late response. ## Problem The close of...

> I cannot reproduce your example. Are you able to create a test case on this PR? I have added a new case and some comments. But it's interesting that...

> Can you explain the rationale behind this? Session is already stored (and updated) in the `stateChangeHandler` hi, as i saw from the debug result, ![image](https://user-images.githubusercontent.com/16623724/197509193-42463135-b003-432a-bc9f-e53d532cf9b6.png) when `stateChangeHandler` was called...

According to my explaination, this might be a better solution here? ```diff diff --git a/automation/service/session.go b/automation/service/session.go index 4363b22a4..056cb2904 100644 --- a/automation/service/session.go +++ b/automation/service/session.go @@ -535,7 +535,7 @@ func (svc *session)...

> 非常欢迎您尝试修改, 这个是 minicpm-v 2.0 存在的一个问题, 我们已经对v2以后的模型进行了修改 使用的是 huggingfaceM4实现的siglip 并且支持batch推理的~ > 如果在这边resize/padding ,凑成batch输入,会对算法性能有影响吗

> I hit this error when running with: > > 1. vlllm 0.9.1 > 2. rollout_mode="async" > 3. VLLM_USE_V1=1 > > VLLM_USE_V1=0 also can not work. > > NotImplementedError: VLLM_USE_V1=1...