14 lines
226 B
Markdown
14 lines
226 B
Markdown
|
|
# Ollama
|
||
|
|
|
||
|
|
Get up and running with large language models locally.
|
||
|
|
|
||
|
|
## Usage
|
||
|
|
Deployed on the `solaria` node for GPU acceleration.
|
||
|
|
|
||
|
|
API is available on port 11434.
|
||
|
|
|
||
|
|
Example check:
|
||
|
|
```bash
|
||
|
|
curl http://localhost:11434/api/tags
|
||
|
|
```
|