How to use drbaph/s2-pro-fp8 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="drbaph/s2-pro-fp8")
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("drbaph/s2-pro-fp8", dtype="auto")
What is a pickle import?