Revert "1 change, 1 fix"

This reverts commit 7239de57ac.
This commit is contained in:
Aptronymist
2024-03-02 13:46:15 -05:00
parent f6748116ce
commit 271fb51bd6
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import os
import re
import sys
torch_supported = ['211', '212','220','221']
torch_supported = ['211', '212']
cuda_supported = ['cu118', 'cu121']
python_supported = ['39', '310', '311']
repo_url = 'https://github.com/chengzeyi/stable-fast'