"vscode:/vscode.git/clone" did not exist on "d8a060dd6901394ccdd58918e555a5894debf91a"
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): ...@@ -99,7 +99,7 @@ class TestResources(NamedTuple):
Attributes: Attributes:
* scale: 1/sqrt(d) scale factor for attn * scale: 1/sqrt(d) scale factor for attn
* attn_backend: implementatino of abstraction * attn_backend: implementations of abstraction
attention interface using attention interface using
a particular kernel library a particular kernel library
i.e. XFormers i.e. XFormers
......
...@@ -28,7 +28,7 @@ def reset_default_device(): ...@@ -28,7 +28,7 @@ def reset_default_device():
torch.set_default_device(original_device) torch.set_default_device(original_device)
def test_topk_impl_equivalance(): def test_topk_impl_equivalence():
torch.set_default_device(DEVICE) torch.set_default_device(DEVICE)
generator = Generator(device=DEVICE).manual_seed(33) 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