Unverified Commit 7c644ab6 authored by leopardracer's avatar leopardracer Committed by GitHub
Browse files

Fix Typo in Documentation and Function Name (#19442)

parent 2d40665f
......@@ -99,7 +99,7 @@ class TestResources(NamedTuple):
Attributes:
* scale: 1/sqrt(d) scale factor for attn
* attn_backend: implementatino of abstraction
* attn_backend: implementations of abstraction
attention interface using
a particular kernel library
i.e. XFormers
......
......@@ -28,7 +28,7 @@ def reset_default_device():
torch.set_default_device(original_device)
def test_topk_impl_equivalance():
def test_topk_impl_equivalence():
torch.set_default_device(DEVICE)
generator = Generator(device=DEVICE).manual_seed(33)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment