File size: 1,392 Bytes
3b26054 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
---
license: apache-2.0
---
## Overview
[IBM Granite 3.0](https://huggingface.co/collections/ibm-granite/granite-30-models-66fdb59bbb54785c3512114f), the third generation of the Granite series of large language models (LLMs) and complementary tools. Reflecting our focus on the balance between powerful and practical, the new IBM Granite 3.0 models deliver state-of-the-art performance relative to model size while maximizing safety, speed and cost-efficiency for enterprise use cases.
## Variants
| No | Variant | Cortex CLI command |
| --- | --- | --- |
| 1 | [gguf](https://huggingface.co/cortexso/granite-3.0/tree/main) | `cortex run granite-3.0:gguf` |
| 2 | [main/default](https://huggingface.co/cortexso/granite-3.0/tree/main) | `cortex run granite-3.0` |
## Use it with Jan (UI)
1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
2. Use in Jan model Hub:
```
cortexso/granite-3.0
```
## Use it with Cortex (CLI)
1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
2. Run the model with command:
```
cortex run granite-3.0
```
## Credits
- **Author:** IBM
- **Converter:** [Homebrew](https://www.homebrew.ltd/)
- **Original License:** [License](https://www.apache.org/licenses/LICENSE-2.0)
- **Papers:** [Granite 3.0 Blog](https://www.ibm.com/new/ibm-granite-3-0-open-state-of-the-art-enterprise-models) |