Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ColossalAI
Commits
4cadb25b
Commit
4cadb25b
authored
Mar 28, 2023
by
CZYCW
Committed by
binmakeswell
Mar 29, 2023
Browse files
[NFC] policy colossalai/fx/proxy.py code style (#3269)
parent
d58fa705
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
colossalai/fx/proxy.py
colossalai/fx/proxy.py
+4
-2
No files found.
colossalai/fx/proxy.py
View file @
4cadb25b
import
operator
from
typing
import
Any
,
List
,
Union
import
torch
from
torch.fx.proxy
import
Proxy
,
Attribute
from
typing
import
List
,
Union
,
Any
from
torch.fx.proxy
import
Attribute
,
Proxy
from
colossalai.fx.tracer.meta_patch
import
meta_patched_function
__all__
=
[
'ColoProxy'
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment