GGUF
phi-3.5-mini
instruct
mobiles
PCs
chatpdflocal
chatpdf
local
legal
finance
laptop
devices
conversational
Instructions to use chatpdflocal/phi-3.5-mini-instruct-gguf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use chatpdflocal/phi-3.5-mini-instruct-gguf with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="chatpdflocal/phi-3.5-mini-instruct-gguf", filename="Phi-3.5-mini-instruct-F16.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- llama.cpp
How to use chatpdflocal/phi-3.5-mini-instruct-gguf with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf chatpdflocal/phi-3.5-mini-instruct-gguf:F16 # Run inference directly in the terminal: llama-cli -hf chatpdflocal/phi-3.5-mini-instruct-gguf:F16
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf chatpdflocal/phi-3.5-mini-instruct-gguf:F16 # Run inference directly in the terminal: llama-cli -hf chatpdflocal/phi-3.5-mini-instruct-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 chatpdflocal/phi-3.5-mini-instruct-gguf:F16 # Run inference directly in the terminal: ./llama-cli -hf chatpdflocal/phi-3.5-mini-instruct-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 chatpdflocal/phi-3.5-mini-instruct-gguf:F16 # Run inference directly in the terminal: ./build/bin/llama-cli -hf chatpdflocal/phi-3.5-mini-instruct-gguf:F16
Use Docker
docker model run hf.co/chatpdflocal/phi-3.5-mini-instruct-gguf:F16
- LM Studio
- Jan
- Ollama
How to use chatpdflocal/phi-3.5-mini-instruct-gguf with Ollama:
ollama run hf.co/chatpdflocal/phi-3.5-mini-instruct-gguf:F16
- Unsloth Studio new
How to use chatpdflocal/phi-3.5-mini-instruct-gguf with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for chatpdflocal/phi-3.5-mini-instruct-gguf to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for chatpdflocal/phi-3.5-mini-instruct-gguf to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for chatpdflocal/phi-3.5-mini-instruct-gguf to start chatting
- Docker Model Runner
How to use chatpdflocal/phi-3.5-mini-instruct-gguf with Docker Model Runner:
docker model run hf.co/chatpdflocal/phi-3.5-mini-instruct-gguf:F16
- Lemonade
How to use chatpdflocal/phi-3.5-mini-instruct-gguf with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull chatpdflocal/phi-3.5-mini-instruct-gguf:F16
Run and chat with the model
lemonade run user.phi-3.5-mini-instruct-gguf-F16
List all available models
lemonade list
Update README.md
Browse files
README.md
CHANGED
|
@@ -17,5 +17,5 @@ tags:
|
|
| 17 |
# This is Phi-3.5-mini-instruct GGUF format model, which can be easily runned on PCs, mobile phones or devices with llama.cpp.
|
| 18 |
|
| 19 |
# If you are a Mac user, the following free wonderful AI tools can help you to read and understand PDFs effectively:
|
| 20 |
-
- If you are using Zotero for managing and reading your personal PDFs, [
|
| 21 |
- you can download the beautiful ChatPDFLocal MacOS app from [here](https://www.chatpdflocal.com), load one or batch PDF files at will, and quickly experience the effect of the model through chat reading. PS. Click [here](https://awa-ai.lemonsqueezy.com/buy/89be07f8-060d-4a8f-a758-f25352773168) to subscribe or invite friends in ChatPDFLocal MacOS app can earn credits to use freely.
|
|
|
|
| 17 |
# This is Phi-3.5-mini-instruct GGUF format model, which can be easily runned on PCs, mobile phones or devices with llama.cpp.
|
| 18 |
|
| 19 |
# If you are a Mac user, the following free wonderful AI tools can help you to read and understand PDFs effectively:
|
| 20 |
+
- If you are using Zotero for managing and reading your personal PDFs, [PapersGPT](https://www.papersgpt.com) is a free plugin which can assist you to chat PDFs effectively by your local phi-3.5-mini.
|
| 21 |
- you can download the beautiful ChatPDFLocal MacOS app from [here](https://www.chatpdflocal.com), load one or batch PDF files at will, and quickly experience the effect of the model through chat reading. PS. Click [here](https://awa-ai.lemonsqueezy.com/buy/89be07f8-060d-4a8f-a758-f25352773168) to subscribe or invite friends in ChatPDFLocal MacOS app can earn credits to use freely.
|