We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d106985 commit 5205fcfCopy full SHA for 5205fcf
extensions/csrc/cuda/pybind/inference.cpp
@@ -81,5 +81,5 @@ PYBIND11_MODULE(TORCH_EXTENSION_NAME, m) {
81
"In-place fused Add and RMS Normalization.");
82
83
m.def("get_cos_and_sin", &get_cos_and_sin,
84
- "Get cos and sin from the cachet.");
+ "Get cos and sin from the cache.");
85
}
0 commit comments