ffreemt commited on
Commit
3b3fd9d
1 Parent(s): 65e9ea9

Update alive_bar_on=False in line 19 in gen_cmat.py

Browse files
Files changed (1) hide show
  1. radio_mlbee/gen_cmat.py +2 -2
radio_mlbee/gen_cmat.py CHANGED
@@ -16,9 +16,9 @@ from tqdm import tqdm
16
  from radio_mlbee.cos_matrix2 import cos_matrix2
17
 
18
  try:
19
- model = model_s()
20
  except Exception as _:
21
- logger.exception(_)
22
  raise
23
 
24
  cachedir = Path("~").expanduser() / "cachedir"
 
16
  from radio_mlbee.cos_matrix2 import cos_matrix2
17
 
18
  try:
19
+ model = model_s(alive_bar_on=False) # default alive_bar_on=True seems to have problems with hf
20
  except Exception as _:
21
+ logger.error(_)
22
  raise
23
 
24
  cachedir = Path("~").expanduser() / "cachedir"