-
-
- [ ] [Codestral Mamba | Mistral AI | Frontier AI in your hands](https://mistral.ai/news/codestral-mamba/)
# Codestral Mamba | Mistral AI | Frontier AI in your hands
## Snippet
"Codestral Mamba
A…
-
### Python Version
```shell
Python 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0]
```
### Pip Freeze
```shell
absl-py==2.1.0
annotated-types==0.7.0
anyio==4.0.0
argon2-cffi==23.1.…
-
All non-OpenAI providers are giving error like Type 'GoogleGenerativeAILanguageModel' is not assignable to type 'LanguageModelV1'...Steps to reproduce
1. Clone the repo to local
2. On lib --> chat…
-
### Your current environment
The output of `python env.py`
```text
Collecting environment information...
PyTorch version: 2.4.0+cu121
Is debug build: False
CUDA used to build PyTorch: 12.1…
-
### What is the issue?
With this curl command:
```
curl http://localhost:11434/v1/chat/completions \
-H "Content-Type: application/json" \
-d '{"model":"mistral-nemo:12b-instruct-2407-fp16",
…
-
### Is your feature request related to a problem? / 你想要的功能和什么问题相关?
There are more models in [LMSYS Chatbot Arena](https://huggingface.co/spaces/lmsys/chatbot-arena) / [HuggingChat](https://huggingf…
-
**Describe the bug**
I cannot use basic examples when trying to use autogen agent: `create_memgpt_autogen_agent_from_config`
**Please describe your setup**
- [ ] How did you install memgpt?
- …
-
### Your current environment
The output of `python collect_env.py`
```text
Collecting environment information...
PyTorch version: 2.4.0+cu121
Is debug build: False
CUDA used to build PyTorch…
-
### Your current environment
0.6.3.post1
### 4 🐛generation scenarios
There are at least 4 generation use cases in vLLM:
1. offline generate
2. offline chat
3. online completion (similar …