Update model.py
Browse files
model.py
CHANGED
@@ -22,10 +22,7 @@ try:
|
|
22 |
except ImportError:
|
23 |
"could not import swap_mha_rope from positional_embeddings.py"
|
24 |
|
25 |
-
|
26 |
-
from flashfftconv import FlashDepthwiseConv1d
|
27 |
-
except ImportError:
|
28 |
-
"flashfftconv not installed"
|
29 |
|
30 |
# dummy import to force huggingface to bundle the tokenizer
|
31 |
from .tokenizer import ByteTokenizer
|
|
|
22 |
except ImportError:
|
23 |
"could not import swap_mha_rope from positional_embeddings.py"
|
24 |
|
25 |
+
from flashfftconv import FlashDepthwiseConv1d
|
|
|
|
|
|
|
26 |
|
27 |
# dummy import to force huggingface to bundle the tokenizer
|
28 |
from .tokenizer import ByteTokenizer
|