Instructions to use Monketoo/llama_3.1_code_first_try with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Monketoo/llama_3.1_code_first_try with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Monketoo/llama_3.1_code_first_try", dtype="auto") - Notebooks
- Google Colab
- Kaggle