2 hours ago
In the case it could be useful, I attached the script that I'm using to run the server.
Copy it in the same folder where is located your server.
Then create a link on your desktop to this file and assign to it a name and an icon that you like.
Inside the script you need to updated the following variables, to match your folder structure
change the default precision to "int4" (in the script is "fp4")
Dan
P.S.
I don't understand why you are using "virtualenv" while in the instructions provided is requested to use "venv", should be the same, but I don't have tested the installation usingĀ "virtualenv".
Copy it in the same folder where is located your server.
Then create a link on your desktop to this file and assign to it a name and an icon that you like.
Inside the script you need to updated the following variables, to match your folder structure
set PYTHON_EXE=D:\PProjects\DiTServerRPC\.venv\Scripts\python.exe
set SERVER_DIR=D:\PProjects\DiTServerRPC
set LOGFILE=D:\PProjects\DiTServerRPC\dit_server.logchange the default precision to "int4" (in the script is "fp4")
if /i "%PRECISION%"=="" set PRECISION=int4Dan
P.S.
I don't understand why you are using "virtualenv" while in the instructions provided is requested to use "venv", should be the same, but I don't have tested the installation usingĀ "virtualenv".

