-
Hi,
I am trying to convert and save model: "mistralai/Mistral-7B-Instruct-V0.2" in 4bit and running into an error. I am using Flex GPU.
Could you please kindly help.
The error:
I am us…
-
Hi I want to use Mistral 7B model in my local system but when I'm running this specific piece of code
from mistralai.client import MistralClient
from mistralai.models.chat_completion import ChatMe…
-
please how to support gemma model
-
```python
from dotenv import load_dotenv
import torch
from mistralai.client import MistralClient
print(torch.tensor([1, 2, 3]))
load_dotenv()
mistral = MistralClient()
print("hello world"…
-
Unmodified install of the code is throwing this error, on multiple systems with every requirement installed, after doing `streamlit run main.py`:
`File "C:\Dev\stride-gpt-master\venv\Lib\site-pack…
-
```
Traceback (most recent call last):
File "C:\Python\lib\site-packages\transformers\utils\hub.py", line 398, in cached_file
resolved_file = hf_hub_download(
File "C:\Python\lib\site-pa…
-
I have installed packages in `requirements.txt` and `reqs_optional/requirements_optional_gpu_only.txt`.
When I run `python src/make_db.py --download_some=True`, I get
```unix
Traceback (most re…
-
## NameError: name 'mistralai_api_error' is not defined
### Description
When trying to import `MilvusRM` from `dspy.retrieve.milvus_rm`, a `NameError` is raised indicating that `mistralai_api_erro…
-
There's a problem when the Mistral client is deleted.
Minimal example:
```
from mistralai.client import MistralClient
from mistralai.models.chat_completion import ChatMessage
import os
# Retri…
-
**Describe the bug**
Error : `ModuleNotFoundError: No module named 'mistralai.models.chat_completion'` when trying to import Mistral from vanna.mistral
**To Reproduce**
Steps to reproduce the beh…