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
This command is stale. Since the V2 refactor the extension is named deep_ep._C (see setup.py), so build/lib.linux-x86_64-cpython-38/deep_ep_cpp...so no longer exists and the ln -s step fails / links nothing usable.
The repo already ships a correct development script, ./develop.sh, which builds the extension and creates the proper symbolic links for the SO files.
Why
Users following the README's development instructions hit a broken command. Pointing to ./develop.sh gives them the maintained, working path.
How I checked
Confirmed the extension is built as deep_ep._C in setup.py (V2 naming).
Confirmed develop.sh exists in the repo root and does the build + symlink step.
Verified tests/elastic/test_ep.py etc. are still referenced after the change.
Issues found: ❌ Review incomplete — LLM response could not be parsed Error: [v6] upstream_error:模型上游服务不可用
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
The
Developmentsection of the README instructs users to run:This command is stale. Since the V2 refactor the extension is named
deep_ep._C(seesetup.py), sobuild/lib.linux-x86_64-cpython-38/deep_ep_cpp...sono longer exists and theln -sstep fails / links nothing usable.The repo already ships a correct development script,
./develop.sh, which builds the extension and creates the proper symbolic links for the SO files.Why
Users following the README's development instructions hit a broken command. Pointing to
./develop.shgives them the maintained, working path.How I checked
deep_ep._Cinsetup.py(V2 naming).develop.shexists in the repo root and does the build + symlink step.tests/elastic/test_ep.pyetc. are still referenced after the change.