This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
ColossalAI
Watch
1
Star
0
Fork
0
You've already forked ColossalAI
mirror of
https://github.com/hpcaitech/ColossalAI.git
synced
2026-04-11 14:43:10 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1653063fce7062dfd652e73691fac44a24698cd5
ColossalAI
/
colossalai
/
nn
/
layer
/
colossalai_layer
History
zbian
61e687831d
fixed using zero with tp cannot access weight correctly
2023-02-28 10:52:30 +08:00
..
__init__.py
moved env variables to global variables; (
#215
)
2022-02-15 11:31:13 +08:00
_utils.py
fixed using zero with tp cannot access weight correctly
2023-02-28 10:52:30 +08:00
dropout.py
fixed using zero with tp cannot access weight correctly
2023-02-28 10:52:30 +08:00
embedding.py
[model checkpoint] reworked unified layers for ease of save/load states (
#593
)
2022-04-01 16:49:56 +08:00
linear.py
added skip_bias_add for non-tp linear
2022-11-09 15:41:08 +08:00
normalization.py
[TP] allow layernorm without bias (
#750
)
2022-04-14 11:43:56 +08:00