-
I'm aware of three sources of truth for the correspondence between PyPI and Conda names.
1. Grayskull's [config.yaml](https://github.com/conda/grayskull/blob/main/grayskull/strategy/config.yaml). C…
-
Where can I find out more about the following error? Is there an issue with the existing template?
## Reproduction Steps
1. Deploy [Chat UI using default template](https://huggingface.co/new-spa…
-
```
OSError: You are trying to access a gated repo.
Make sure to have access to it at https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2.
401 Client Error. (Request ID: Root=1-66867938-63a77…
-
just wanted to know how to use mistral api,, im a newbiw
-
### 🐛 Describe the bug
Hi,
When doing text generation with Mistral 7b with Hugginface transformers on a MI100 GPU, I can see in the collected torch trace that a lot of time is wasted due a hipMemc…
Epliz updated
6 months ago
-
Since vLLM 0.2.5, we can't even run llama-2 70B 4bit AWQ on 4*A10G anymore, have to use old vLLM. Similar problems even trying to be two 7b models on 80B A100.
For small models, like 7b with 4k to…
-
The rate limit response code is 429 and is one of the retry code in
const RETRY_STATUS_CODES = [429, 500, 502, 503, 504];
So this is continous retry cycle
} else if (RETRY_STATUS_COD…
-
### Python -VV
```shell
N/A
```
### Pip Freeze
```shell
N/A
```
### Reproduction Steps
I just read `examples/function_calling.py` and it appears that both functions have the `else` clause retur…
-
To make our KV-store integrations as easy to use as possible we need to make sure the docs for them are thorough and standardized. There are two parts to this: updating the KV-store docstrings and upd…
-
Environment:
Python version: 3.9
MistralAI package version: 0.0.8
Description:
Encountered an AttributeError when attempting to use the MistralClient.chat() method with ChatMessage obj…