From 78f0e0205383cba52fa18560bf3a107133102b60 Mon Sep 17 00:00:00 2001 From: believethehype Date: Fri, 24 Nov 2023 21:34:48 +0100 Subject: [PATCH] Update nova_server.py --- backends/nova_server.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backends/nova_server.py b/backends/nova_server.py index a961082..60d8e1b 100644 --- a/backends/nova_server.py +++ b/backends/nova_server.py @@ -11,9 +11,9 @@ from utils.output_utils import upload_media_to_hoster """ This file contains basic calling functions for ML tasks that are outsourced to nova-server -(https://github.com/hcmlab/nova-server). nova-server is an Open-Source backend that enables running models locally - based on preefined modules (nova-server-modules), by accepting a request form. - Modules are deployed in in separate virtual environments so dependencies won't conflict. +(https://pypi.org/project/hcai-nova-server/). nova-server is an Open-Source backend that enables running models locally +based on preefined modules (nova-server-modules), by accepting a request form. +Modules are deployed in in separate virtual environments so dependencies won't conflict. Setup nova-server: https://hcmlab.github.io/nova-server/docbuild/html/tutorials/introduction.html