Orel Yehuda
Results
2
issues of
Orel Yehuda
## Overview Related to: https://github.com/OpenNMT/CTranslate2/issues/1736 ,will also resolve: https://github.com/OpenNMT/CTranslate2/issues/1734 Expose profiler functionality - `ctranslate2::init_profiling()` & `ctranslate2::dump_profiling()` to python level. ### Example usage: ```python import ctranslate2 # Initialize the profiler on...
## Problem We am working on analyzing the performance of different layers of a workload and comparing the performance with different backends. The current issue is that we are running...