2023-09-29 05:58:18 +00:00
|
|
|
{
|
|
|
|
"$schema": "../schema.json",
|
|
|
|
"name": "Serge",
|
|
|
|
"available": true,
|
|
|
|
"exposable": true,
|
|
|
|
"port": 8008,
|
|
|
|
"id": "serge",
|
2023-10-26 15:10:27 +00:00
|
|
|
"tipi_version": 2,
|
|
|
|
"version": "0.5.0",
|
|
|
|
"categories": [
|
|
|
|
"ai"
|
|
|
|
],
|
2023-09-29 05:58:18 +00:00
|
|
|
"description": "",
|
|
|
|
"short_desc": "LLaMA made easy",
|
|
|
|
"author": "nsarrazin",
|
|
|
|
"source": "https://github.com/serge-chat/serge",
|
2023-10-29 19:43:17 +00:00
|
|
|
"form_fields": [],
|
|
|
|
"supported_architectures": ["arm64", "amd64"]
|
2023-09-29 05:58:18 +00:00
|
|
|
}
|