Instructions to use TheBloke/UltraRM-13B-GPTQ with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TheBloke/UltraRM-13B-GPTQ with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("TheBloke/UltraRM-13B-GPTQ") model = AutoModel.from_pretrained("TheBloke/UltraRM-13B-GPTQ") - Notebooks
- Google Colab
- Kaggle
Ctrl+K