Push model using huggingface_hub. 58ba531 verified
Andy Zhou commited on
How to use andyz245/cache with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("andyz245/cache", device_map="auto")