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