Spaces:
Sleeping
Sleeping
File size: 109 Bytes
6bcd604 |
1 2 3 4 5 |
import os
os.environ["TRANSFORMERS_CACHE"] = "/tmp/hf_cache"
os.environ["HF_HOME"] = "/tmp/huggingface"
|