Instructions to use OamPatel/llama-3-8b-4-layer-glide with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OamPatel/llama-3-8b-4-layer-glide with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("OamPatel/llama-3-8b-4-layer-glide") model = AutoModel.from_pretrained("OamPatel/llama-3-8b-4-layer-glide") - Notebooks
- Google Colab
- Kaggle
Ctrl+K