src/run_fusion_in_decoder.py (2 lines): - line 221: # TODO (PVP): this should later be handled by the forward fn() in each model in the future see PR 3140 - line 434: # TODO (PVP) still a bit hacky here - there might be a better solution utils_ranking.py (2 lines): - line 184: global process_one # TODO: this is a bit hacky - line 246: global process_one # TODO: this is a bit hacky src/utils_data.py (1 line): - line 66: global process_one # TODO: this is a bit hacky