23 lines
417 B
JSON
23 lines
417 B
JSON
{
|
|
"$schema": "../schema.json",
|
|
"name": "Serge",
|
|
"available": true,
|
|
"exposable": true,
|
|
"port": 8008,
|
|
"id": "serge",
|
|
"tipi_version": 9,
|
|
"version": "0.9.0",
|
|
"categories": [
|
|
"ai"
|
|
],
|
|
"description": "",
|
|
"short_desc": "LLaMA made easy",
|
|
"author": "nsarrazin",
|
|
"source": "https://github.com/serge-chat/serge",
|
|
"form_fields": [],
|
|
"supported_architectures": [
|
|
"arm64",
|
|
"amd64"
|
|
]
|
|
}
|