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