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

BUG: Fixing the issue of model list loading failure caused by a large number of invalid requests on the model list page. #1111

Merged
merged 3 commits into from
Mar 12, 2024

Conversation

wertycn
Copy link
Contributor

@wertycn wertycn commented Mar 9, 2024

Fixes #1110

修复后效果如图:
image
切换模型tab 只会发起一次请求,同时,模型列表可以正常加载

@XprobeBot XprobeBot added the bug Something isn't working label Mar 9, 2024
@XprobeBot XprobeBot added this to the v0.9.3 milestone Mar 9, 2024
@qinxuye qinxuye changed the title fix: 修复模型列表页面大量无效请求导致模型列表加载失败问题 BUG: Fixing the issue of model list loading failure caused by a large number of invalid requests on the model list page. Mar 11, 2024
@ChengjieLi28
Copy link
Contributor

@wertycn Run npm run format under the xinference/web/ui dir to pass the lint check.

@ChengjieLi28
Copy link
Contributor

Also, please rebase to the latest main code to run the CI.

@wertycn
Copy link
Contributor Author

wertycn commented Mar 12, 2024

@wertycn Run npm run format under the xinference/web/ui dir to pass the lint check.

Already processed.

@ChengjieLi28 ChengjieLi28 merged commit 6681ed9 into xorbitsai:main Mar 12, 2024
11 of 12 checks passed
@qinxuye
Copy link
Contributor

qinxuye commented Mar 12, 2024

Thank you for your contribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG-前端页面请求模型列表无效请求过多,导致页面模型列表经常无法展示
4 participants