How to use eightynine01/fewshot_5 with Transformers:
# Load model directly from transformers import TinyTimeMixerForPrediction model = TinyTimeMixerForPrediction.from_pretrained("eightynine01/fewshot_5", dtype="auto")
How to fix it?