Alex
Results
2
issues of
Alex
### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What would your feature do ? The work...
documentation
BLEU calculation occurs only on the CPU, perhaps this is somehow related to the function below [eval.py#L56C44-L56C44](https://github.com/LibreTranslate/Locomotive/blob/975ef8a73c234d20e1938c806a432d9c234f078d/eval.py#L56C44-L56C44) ``` def translator(): device = "cuda" if ctranslate2.get_cuda_device_count() > 0 else "cpu" model...
enhancement