Instructions to use jadohu/llamagen_drafter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jadohu/llamagen_drafter with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("jadohu/llamagen_drafter") model = AutoModelForCausalLM.from_pretrained("jadohu/llamagen_drafter") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#2 opened 11 months ago
by
SFconvertbot