-
Notifications
You must be signed in to change notification settings - Fork 752
[CI] DEBUG validate installation of paddleformers[paddlefleet]==1.1.0.dev20260507 #7916
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
Changes from all commits
567f41f
e87813c
2e1eb5b
b978b4a
271a753
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,7 +10,7 @@ tqdm | |
| pynvml | ||
| uvicorn>=0.38.0 | ||
| fastapi | ||
| paddleformers>=1.1.1 | ||
| paddleformers==1.1.0.dev20260507 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🟡 建议 PR 描述明确说明这是 "temporary CI changes for debugging",但 dev 版本固化到
建议:调试完成后恢复为稳定版本约束(如 |
||
| redis | ||
| etcd3 | ||
| httpx | ||
|
|
@@ -47,4 +47,4 @@ aistudio_sdk | |
| p2pstore | ||
| py-cpuinfo | ||
| flashinfer-python-paddle @ https://xly-devops.bj.bcebos.com/flashinfer/flashinfer_python_paddle-0.4.1.2-py3-none-any.whl | ||
| transformers>=4.55.1,<5.0.0 | ||
| transformers>5.0.0 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🔴 兼容性 原版本约束
建议修复方式:
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🟡 建议 缺少
--extra-index-url,与其他 workflow 不一致其他 7 个 workflow(
_accuracy_test.yml、_base_test.yml、_golang_router_test.yml等)均已添加:但本文件的
python -m pip install ${fastdeploy_wheel_url}未添加,可能导致 logprob 测试因依赖解析失败而与其他测试行为不一致。建议同步添加相同的
--extra-index-url参数。