mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-06-25 06:52:46 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
ce9401ad52
commit
d78817539e
@ -80,6 +80,5 @@ PYBIND11_MODULE(TORCH_EXTENSION_NAME, m) {
|
||||
m.def("fused_add_rms_layernorm", &fused_add_rms_layernorm,
|
||||
"In-place fused Add and RMS Normalization.");
|
||||
|
||||
m.def("get_cos_and_sin", &get_cos_and_sin,
|
||||
"Get cos and sin from the cache.");
|
||||
m.def("get_cos_and_sin", &get_cos_and_sin, "Get cos and sin from the cache.");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user