Skip to content

Commit

Permalink
migrate "jagged_flash_attention"
Browse files Browse the repository at this point in the history
Summary: As titled.

Differential Revision: D66932340
  • Loading branch information
brad-mengchi authored and facebook-github-bot committed Dec 10, 2024
1 parent 916f6fc commit 49e308a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fbgemm_gpu/fbgemm_gpu/sll/cpu_sll.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# LICENSE file in the root directory of this source tree.

# pyre-strict
from typing import Any, Tuple
from typing import Any, Callable, Tuple

Check failure on line 8 in fbgemm_gpu/fbgemm_gpu/sll/cpu_sll.py

View workflow job for this annotation

GitHub Actions / run-lint (3.12)

F401 'typing.Callable' imported but unused

import torch

Expand Down

0 comments on commit 49e308a

Please sign in to comment.