How to use from
llama.cppInstall from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf cortexso/aya-expanse:# Run inference directly in the terminal:
llama-cli -hf cortexso/aya-expanse:Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf cortexso/aya-expanse:# Run inference directly in the terminal:
./llama-cli -hf cortexso/aya-expanse:Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf cortexso/aya-expanse:# Run inference directly in the terminal:
./build/bin/llama-cli -hf cortexso/aya-expanse:Use Docker
docker model run hf.co/cortexso/aya-expanse:Quick Links
Overview
Aya Expanse is an open-weight research release of a model with highly advanced multilingual capabilities. It focuses on pairing a highly performant pre-trained Command family of models with the result of a year’s dedicated research from Cohere For AI, including data arbitrage, multilingual preference training, safety tuning, and model merging. The result is a powerful multilingual large language model serving 23 languages.
Variants
| No | Variant | Cortex CLI command |
|---|---|---|
| 1 | Aya-expanse-8b | cortex run aya-expanse:8b |
| 2 | Aya-expanse-32b | cortex run aya-expanse:32b |
Use it with Jan (UI)
- Install Jan using Quickstart
- Use in Jan model Hub:
cortexso/aya-expanse
Use it with Cortex (CLI)
- Install Cortex using Quickstart
- Run the model with command:
cortex run aya-expanse
Credits
- Author: CohereAI
- Converter: Homebrew
- Original License: License
- Papers: Aya Expanse Blog
- Downloads last month
- 172
Hardware compatibility
Log In to add your hardware
2-bit
3-bit
4-bit
5-bit
6-bit
8-bit
Install from brew
# Start a local OpenAI-compatible server with a web UI: llama-server -hf cortexso/aya-expanse:# Run inference directly in the terminal: llama-cli -hf cortexso/aya-expanse: