How to use from
Hermes AgentConfigure Hermes
# Install Hermes:
curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash
hermes setup# Point Hermes at the local server:
hermes config set model.provider custom
hermes config set model.base_url http://127.0.0.1:8080/v1
hermes config set model.default cortexso/athene:Q4_K_MRun Hermes
hermesQuick Links
Overview
Athene-V2-Chat-72B is an open-weight LLM that competes on par with GPT-4o across various benchmarks. It is currently ranked as the best open model on Chatbot Arena, where it outperforms GPT-4o-0513 (the highest-ranked GPT-4o model on Arena) in hard and math categories. It also matches GPT-4o-0513 in coding, instruction following, longer queries, and multi-turn conversations.
Trained through RLHF with Qwen-2.5-72B-Instruct as the base model, Athene-V2-Chat-72B excels in chat, math, and coding. Additionally, its sister model, Athene-V2-Agent-72B, surpasses GPT-4o in complex function calling and agentic applications, further extending its capabilities.
Variants
| No | Variant | Cortex CLI command |
|---|---|---|
| 1 | Athene-72b | cortex run athene:72b |
Use it with Jan (UI)
- Install Jan using Quickstart
- Use in Jan model Hub:
cortexhub/athene
Use it with Cortex (CLI)
- Install Cortex using Quickstart
- Run the model with command:
cortex run athene
Credits
- Author: Nexusflow
- Converter: Homebrew
- Original License: Licence
- Papers: Athene V2 Blog
- Downloads last month
- 2
Hardware compatibility
Log In to add your hardware
4-bit
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp# Start a local OpenAI-compatible server: llama-server -hf cortexso/athene:Q4_K_M