From 0fac59e80060092c8bc70588804b39efe2a15655 Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Wed, 27 Sep 2023 13:48:48 +0200 Subject: [PATCH] Update petals_server.sh --- scripts/wsl/petals_server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/wsl/petals_server.sh b/scripts/wsl/petals_server.sh index 49433e24..71e72eab 100644 --- a/scripts/wsl/petals_server.sh +++ b/scripts/wsl/petals_server.sh @@ -17,4 +17,4 @@ if [ -z "$modelName" ]; then fi # Run the Python command with the chosen model name -python3 -m petals.cli.run_server "$modelName" +python3 -m petals.cli.run_server "$modelName" --public_name https://github.com/ParisNeo/lollms-webui