Instructions to use eugenesiow/edsr-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use eugenesiow/edsr-base with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("eugenesiow/edsr-base", dtype="auto") - Notebooks
- Google Colab
- Kaggle
How to use the model with Sagemaker
#1
by kolamachan-godha - opened
Hi,
How can I use this model after deploying it in Sagemaker for inference. The steps for deploying I got it from the documentation but nothing about how the payload should be or how to choose the scale is not mentioned over here. Has anyone tried this before?