Skip to content

Commit

Permalink
fix debug session name
Browse files Browse the repository at this point in the history
  • Loading branch information
nidleo committed Sep 17, 2024
1 parent 87b5471 commit a27e9dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def load_config(config_name: ConfigName) -> InferenceCfg:
elif config_name == 'dev_set_mc_debug':
# for quick debug: 'tiny' Whisper, one MC (multi-channel) session
conf_file = project_root / 'configs/inference/debug_inference.yaml'
session_query = 'device_name == "plaza_0" and is_mc == True and meeting_id == "MTG_30500"'
session_query = 'device_name == "plaza_0" and is_mc == True and meeting_id == "MTG_30860"'

else:
raise ValueError(f'unknown config name: {config_name}')
Expand Down

0 comments on commit a27e9dc

Please sign in to comment.