Instructions to use raghavbali/llama-3.1-8b-Instruct-SQL-FT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use raghavbali/llama-3.1-8b-Instruct-SQL-FT with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("raghavbali/llama-3.1-8b-Instruct-SQL-FT", dtype="auto") - Notebooks
- Google Colab
- Kaggle