feat: added nvidia to server

This commit is contained in:
Nick 2025-07-18 14:06:51 -05:00
parent ec9d3ac349
commit b32cbc0b72

View file

@ -71,7 +71,7 @@ in
else else
{ {
port = service.ports.port1; port = service.ports.port1;
acceleration = false; acceleration = "cuda";
models = service.paths.path0; models = service.paths.path0;
} }
); );