Instructions to use eugenesiow/edsr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use eugenesiow/edsr with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("eugenesiow/edsr", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Sagemaker Usage
#1
by kolamachan-godha - opened
Hi,
How can I deploy and use this model in sagemaker. How do I specify the scale while doing inference? Has anyone tried this?