Instructions to use google/flan-t5-xxl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/flan-t5-xxl with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("google/flan-t5-xxl") model = AutoModelForSeq2SeqLM.from_pretrained("google/flan-t5-xxl", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Download speed is too slow
#51
by TeaCult - opened
I am trying to download model using git-lfs on jarvislabs.ai
Speed is terribly slow. I switched to cpu only instance so hat It wouldnt cost me. 400-600 Kb/sec .
Do you know what causes this. Is it related to huggingface repositories. I messaged to jarvislabs.ai waiting for response from them too.
TeaCult changed discussion status to closed