Remove leftover merge conflict line from setup script. (#2141)

This commit is contained in:
Ean Garvey
2024-05-28 13:04:45 -05:00
committed by GitHub
parent 68e9281778
commit 8146f0bd2f

View File

@@ -91,5 +91,4 @@ pip install wheel
pip install --pre -r requirements.txt
pip install -e .
>>>>>>> 0c904eb7 (Shark Studio SDXL support, HIP driver support, simpler device info, small fixes)
Write-Host "Source your venv with ./shark.venv/Scripts/activate"