Skip to content

Commit

Permalink
move flash
Browse files Browse the repository at this point in the history
  • Loading branch information
fschlatt committed Dec 16, 2024
1 parent 8b7c25c commit 17d4eb7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion lightning_ir/base/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from transformers import MODEL_MAPPING, BatchEncoding, BertModel
from transformers.modeling_outputs import ModelOutput

from ..flash import FLASH_ATTENTION_MAP
from .._flash import FLASH_ATTENTION_MAP
from .class_factory import LightningIRModelClassFactory
from .config import LightningIRConfig
from .external_model_hub import CHECKPOINT_MAPPING, POST_LOAD_CALLBACKS, STATE_DICT_KEY_MAPPING
Expand Down

0 comments on commit 17d4eb7

Please sign in to comment.