mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-08-22 17:58:56 +00:00
* [autoparallel] refactor tracer to fix bias addition issue * [fx] support module with bias addition * create bias_addition_module * refactor file structure * polish code * fix unit test
3 lines
90 B
Python
3 lines
90 B
Python
from .patched_bias_addition_function import *
|
|
from .patched_bias_addition_module import *
|