NGUYEN, Xuan Phi commited on
Commit
f5fe8f2
2 Parent(s): 7194bc8 cda086c

Merge branch 'main' of hf.co:spaces/SeaLLMs/SeaLLM-7B-v2.5

Browse files
multipurpose_chatbot/engines/transformers_engine.py CHANGED
@@ -8,6 +8,7 @@ except ModuleNotFoundError:
8
  print(f'Cannot import hf `spaces` with `import spaces`.')
9
  def maybe_spaces_gpu(fn):
10
  return fn
 
11
  import os
12
  import numpy as np
13
  import argparse
 
8
  print(f'Cannot import hf `spaces` with `import spaces`.')
9
  def maybe_spaces_gpu(fn):
10
  return fn
11
+
12
  import os
13
  import numpy as np
14
  import argparse