maxall4 commited on
Commit
5bbaeb8
1 Parent(s): 3668f68

Update model.py

Browse files
Files changed (1) hide show
  1. model.py +1 -4
model.py CHANGED
@@ -22,10 +22,7 @@ try:
22
  except ImportError:
23
  "could not import swap_mha_rope from positional_embeddings.py"
24
 
25
- try:
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