@echo off set PYTHON="%~dp0/venv/Scripts/python.exe" set GIT= set VENV_DIR=./venv set PYTORCH_CUDA_ALLOC_CONF=garbage_collection_threshold:0.6,max_split_size_mb:512 set COMMANDLINE_ARGS=--auto-launch --use-quad-cross-attention --reserve-vram 0.9 set ZLUDA_COMGR_LOG_LEVEL=1 echo *** Checking and updating to new version if possible git pull echo. .\zluda\zluda.exe -- %PYTHON% main.py %COMMANDLINE_ARGS% pause