purge HF_HUB_ENABLE_HF_TRANSFER; promote Xet (#41656)

This commit is contained in:
vb
2025-10-16 16:17:09 +02:00
committed by GitHub
parent 8725ce10ed
commit 4a43e3d57c
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ except ImportError:
GenerationConfig = None
StaticCache = None
os.environ["HF_HUB_ENABLE_HF_TRANSFER"] = "1"
os.environ["HF_XET_HIGH_PERFORMANCE"] = "1"
os.environ["TOKENIZERS_PARALLELISM"] = "1"
# Only set torch precision if torch is available

View File

@ -2,5 +2,5 @@ gpustat==1.1.1
psutil==6.0.0
psycopg2==2.9.9
torch>=2.4.0
hf_transfer
hf_xet
pandas>=1.5.0