optimized for rocm by community feedback

This commit is contained in:
John Doe
2025-11-23 18:30:29 -05:00
parent 283d699af1
commit 9a746bc241

View File

@@ -116,7 +116,7 @@ if [ -f "start.sh" ]; then
./start.sh
else
echo "No start.sh found, creating default startup script..."
echo "python main.py --listen 0.0.0.0 --port 8188 --use-pytorch-cross-attention" > start.sh
echo "python main.py --listen 0.0.0.0 --port 8188 --use-split-cross-attention" > start.sh
chmod +x start.sh
./start.sh
fi