replace deprecated paddle compat torch proxy alias#12
Closed
ShigureNyako wants to merge 1 commit intoPFCCLab:paddlefrom
Closed
replace deprecated paddle compat torch proxy alias#12ShigureNyako wants to merge 1 commit intoPFCCLab:paddlefrom
ShigureNyako wants to merge 1 commit intoPFCCLab:paddlefrom
Conversation
Author
|
自查完成:
@SigureMo 请审阅,感谢。 |
|
duplicate with #11 |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
📌 Description
paddle.compat.enable_torch_proxy旧别名替换为公开 APIpaddle.enable_compat🔍 Related Issues
paddle.compat.enable_torch_proxy是早期开发别名,后续将移除🚀 Pull Request Checklist
pre-commitby runningpip install pre-commit(or used your preferred method).pre-commit install.pre-commit run --all-filesand fixed any reported issues.🧪 Tests
rg -n -F "paddle.compat.enable_torch_proxy" .返回 0 命中python3 -m py_compile tests/moe/test_trtllm_gen_fused_moe.py tests/conftest.py tests/attention/test_attention_sink_blackwell.py tests/comm/test_trtllm_allreduce_fusion_paddle.py通过Reviewer Notes