Local Models
Collection
16 items • Updated • 1
llm.create_chat_completion(
messages = [
{
"role": "user",
"content": "What is the capital of France?"
}
]
)Codestral-22B-v0.1 is trained on a diverse dataset of 80+ programming languages, including the most popular ones, such as Python, Java, C, C++, JavaScript, and Bash
| No | Variant | Cortex CLI command |
|---|---|---|
| 1 | Codestral-22b | cortex run codestral:22b |
cortexhub/codestral
cortex run codestral
2-bit
3-bit
4-bit
5-bit
6-bit
8-bit
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="cortexso/codestral", filename="", )