Skip to content

Commit 5205fcf

Browse files
committed
fix code typos
1 parent d106985 commit 5205fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/csrc/cuda/pybind/inference.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@ PYBIND11_MODULE(TORCH_EXTENSION_NAME, m) {
8181
"In-place fused Add and RMS Normalization.");
8282

8383
m.def("get_cos_and_sin", &get_cos_and_sin,
84-
"Get cos and sin from the cachet.");
84+
"Get cos and sin from the cache.");
8585
}

0 commit comments

Comments
 (0)