How to use Lightricks/T5-XXL-8bit with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("Lightricks/T5-XXL-8bit") model = AutoModel.from_pretrained("Lightricks/T5-XXL-8bit")
The community tab is the place to discuss and collaborate with the HF community!