Private
Public Access
0
0

progress ai forgot to push

This commit is contained in:
2026-05-13 09:33:23 -04:00
parent 82120060ba
commit d67df948e5
3 changed files with 304 additions and 15 deletions
+1
View File
@@ -12,6 +12,7 @@ if thirdparty not in sys.path:
os.environ["HF_HUB_DISABLE_SYMLINKS_WARNING"] = "1"
os.environ["HF_HUB_DISABLE_PROGRESS_BARS"] = "1"
os.environ["TOKENIZERS_PARALLELISM"] = "false"
os.environ["AI_SERVER_ENABLED"] = "1"
from defer.sugar import install as _install_defer
_install_defer()