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