Transformers
Safetensors
GGUF
English
llama
text-generation-inference
unsloth
trl
ollama
text2sql
conversational
Instructions to use cahaj/Phi-3.5-mini-instruct-text2sql-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cahaj/Phi-3.5-mini-instruct-text2sql-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("cahaj/Phi-3.5-mini-instruct-text2sql-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use cahaj/Phi-3.5-mini-instruct-text2sql-GGUF with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf cahaj/Phi-3.5-mini-instruct-text2sql-GGUF:F16 # Run inference directly in the terminal: llama cli -hf cahaj/Phi-3.5-mini-instruct-text2sql-GGUF:F16
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf cahaj/Phi-3.5-mini-instruct-text2sql-GGUF:F16 # Run inference directly in the terminal: llama cli -hf cahaj/Phi-3.5-mini-instruct-text2sql-GGUF:F16
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf cahaj/Phi-3.5-mini-instruct-text2sql-GGUF:F16 # Run inference directly in the terminal: ./llama-cli -hf cahaj/Phi-3.5-mini-instruct-text2sql-GGUF:F16
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf cahaj/Phi-3.5-mini-instruct-text2sql-GGUF:F16 # Run inference directly in the terminal: ./build/bin/llama-cli -hf cahaj/Phi-3.5-mini-instruct-text2sql-GGUF:F16
Use Docker
docker model run hf.co/cahaj/Phi-3.5-mini-instruct-text2sql-GGUF:F16
- LM Studio
- Jan
- Ollama
How to use cahaj/Phi-3.5-mini-instruct-text2sql-GGUF with Ollama:
ollama run hf.co/cahaj/Phi-3.5-mini-instruct-text2sql-GGUF:F16
- Unsloth Desktop
- Docker Model Runner
How to use cahaj/Phi-3.5-mini-instruct-text2sql-GGUF with Docker Model Runner:
docker model run hf.co/cahaj/Phi-3.5-mini-instruct-text2sql-GGUF:F16
- Lemonade
How to use cahaj/Phi-3.5-mini-instruct-text2sql-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull cahaj/Phi-3.5-mini-instruct-text2sql-GGUF:F16
Run and chat with the model
lemonade run user.Phi-3.5-mini-instruct-text2sql-GGUF-F16
List all available models
lemonade list
- Atomic Chat
- Xet hash:
- 91bf184ab12793d0754344f9095332759432e666320cc6c07f637af50e36db6f
- Size of remote file:
- 500 kB
- SHA256:
- 9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.