You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've also had some issues trying to get CTranslate2 to run on a GPU.
[email protected]:~/Locomotive$ python3 eval.py --config model-config.json
Starting interactive mode
(en)> Hello this is a test
Traceback (most recent call last):
File "/root/Locomotive/eval.py", line 239, in <module>
translation_obj = data["model"].translate_batch(
RuntimeError: Library libcublas.so.11 is not found or cannot be loaded
BLEU calculation occurs only on the CPU, perhaps this is somehow related to the function below
eval.py#L56C44-L56C44
I tried replacing
device="cpu"
withdevice=device
, in which case the GPU was used, but I was getting an OOM error.The text was updated successfully, but these errors were encountered: