24 lines
579 B
JSON
Executable File
24 lines
579 B
JSON
Executable File
{
|
|
"$schema": "../schema.json",
|
|
"name": "Ollama - AMD",
|
|
"available": true,
|
|
"exposable": true,
|
|
"port": 11434,
|
|
"id": "ollama-amd",
|
|
"tipi_version": 2,
|
|
"version": "0.1.37-rocm",
|
|
"categories": [
|
|
"ai"
|
|
],
|
|
"description": "Get up and running with Llama 3, Mistral, Gemma, and other large language models.",
|
|
"short_desc": "LLMs inference server with OpenAI compatible API",
|
|
"author": "ollama",
|
|
"source": "https://github.com/ollama/ollama",
|
|
"website": "https://ollama.com",
|
|
"form_fields": [],
|
|
"supported_architectures": [
|
|
"arm64",
|
|
"amd64"
|
|
]
|
|
}
|