description / app /__init__.py
parthgajera's picture
Upload 4 files
6bcd604 verified
raw
history blame contribute delete
109 Bytes
import os
os.environ["TRANSFORMERS_CACHE"] = "/tmp/hf_cache"
os.environ["HF_HOME"] = "/tmp/huggingface"