Merge pull request #3117 from Aptronymist/stable-fast-update

update install-sf.py to handle new 1.05 stable-fast
This commit is contained in:
Vladimir Mandic
2024-05-11 09:30:25 -04:00
committed by GitHub
+1 -1
View File
@@ -3,7 +3,7 @@ import os
import re
import sys
torch_supported = ['211', '212','220','221']
torch_supported = ['211', '212','220','221','222','230']
cuda_supported = ['cu118', 'cu121']
python_supported = ['39', '310', '311']
repo_url = 'https://github.com/chengzeyi/stable-fast'