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
Traceback (most recent call last):
File "/home/xyz/HarmBench/generate_completions.py", line 9, in
from api_models import api_models_map
File "/home/xyz/HarmBench/api_models.py", line 11, in
from mistralai.models.chat_completion import ChatMessage
ModuleNotFoundError: No module named 'mistralai.models.chat_completion'
The version is am using is the latest one
$ pip list |grep mistralai
mistralai 1.2.5
I also tried some old version like "mistralai==1.2.0", "mistralai==1.0.1", but the bug is still there
Describe the bug
Traceback (most recent call last):
File "/home/xyz/HarmBench/generate_completions.py", line 9, in
from api_models import api_models_map
File "/home/xyz/HarmBench/api_models.py", line 11, in
from mistralai.models.chat_completion import ChatMessage
ModuleNotFoundError: No module named 'mistralai.models.chat_completion'
The version is am using is the latest one
$ pip list |grep mistralai
mistralai 1.2.5
I also tried some old version like "mistralai==1.2.0", "mistralai==1.0.1", but the bug is still there
This bug was reported before in #640
The text was updated successfully, but these errors were encountered: