mirror of
https://github.com/BillyOutlast/rocm-automated.git
synced 2026-02-04 03:51:19 +01:00
optimized for rocm by community feedback
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user