File tree 3 files changed +18
-1
lines changed
3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,9 @@ const targets = {
22
22
main ( ) . catch ( console . error ) ;
23
23
24
24
async function main ( ) {
25
+ // Must be first to be ready for the copy
26
+ await renderServiceIndex ( )
25
27
await Promise . all ( [
26
- renderServiceIndex ( ) ,
27
28
copyDocsToWiki ( ) ,
28
29
copyDocsToApp ( ) ,
29
30
copyTargets ( ) ,
Original file line number Diff line number Diff line change
1
+ # This file is generated by seed-traefik.ts script,
2
+ # any updates will be overwritten.
3
+ services :
4
+ modularmax :
5
+ labels :
6
+ - " traefik.enable=true"
7
+ - " traefik.http.routers.modularmax.rule=Host(`modularmax.${HARBOR_TRAEFIK_DOMAIN}`)"
8
+ - " traefik.http.services.modularmax.loadbalancer.server.port=${HARBOR_MODULARMAX_HOST_PORT}"
9
+ - " traefik.http.routers.modularmax.entrypoints=web"
10
+ - " traefik.http.routers.modularmax.service=modularmax"
11
+
12
+ networks :
13
+ - traefik-public
Original file line number Diff line number Diff line change @@ -78,6 +78,9 @@ LLM inference in C/C++
78
78
- [ mistral.rs] ( https://github.com/av/harbor/wiki/2.2.6-Backend:-mistral.rs ) <span style =" opacity : 0.5 ;" >` Backend ` </span ><br />
79
79
Blazingly fast LLM inference.
80
80
81
+ - [ Modular MAX] ( https://github.com/av/harbor/wiki/2.2.17-Backend-Modular-MAX ) <span style =" opacity : 0.5 ;" >` Backend ` </span ><br />
82
+ MAX is a platform from Modular (creators of Mojo) for running LLMs.
83
+
81
84
- [ Nexa SDK] ( https://github.com/av/harbor/wiki/2.2.15-Backend:-Nexa-SDK ) <span style =" opacity : 0.5 ;" >` Backend ` , ` Partial Support ` </span ><br />
82
85
Nexa SDK is a comprehensive toolkit for supporting ONNX and GGML models.
83
86
You can’t perform that action at this time.
0 commit comments