Instructions to use tensorblock/FPHam_Writing_Partner_Mistral_7B-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use tensorblock/FPHam_Writing_Partner_Mistral_7B-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/FPHam_Writing_Partner_Mistral_7B-GGUF", filename="Writing_Partner_Mistral_7B-Q2_K.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use tensorblock/FPHam_Writing_Partner_Mistral_7B-GGUF with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf tensorblock/FPHam_Writing_Partner_Mistral_7B-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/FPHam_Writing_Partner_Mistral_7B-GGUF:Q2_K
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf tensorblock/FPHam_Writing_Partner_Mistral_7B-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/FPHam_Writing_Partner_Mistral_7B-GGUF:Q2_K
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 tensorblock/FPHam_Writing_Partner_Mistral_7B-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/FPHam_Writing_Partner_Mistral_7B-GGUF:Q2_K
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 tensorblock/FPHam_Writing_Partner_Mistral_7B-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/FPHam_Writing_Partner_Mistral_7B-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/FPHam_Writing_Partner_Mistral_7B-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/FPHam_Writing_Partner_Mistral_7B-GGUF with Ollama:
ollama run hf.co/tensorblock/FPHam_Writing_Partner_Mistral_7B-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/FPHam_Writing_Partner_Mistral_7B-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 tensorblock/FPHam_Writing_Partner_Mistral_7B-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 tensorblock/FPHam_Writing_Partner_Mistral_7B-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for tensorblock/FPHam_Writing_Partner_Mistral_7B-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/FPHam_Writing_Partner_Mistral_7B-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/FPHam_Writing_Partner_Mistral_7B-GGUF:Q2_K
- Lemonade
How to use tensorblock/FPHam_Writing_Partner_Mistral_7B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/FPHam_Writing_Partner_Mistral_7B-GGUF:Q2_K
Run and chat with the model
lemonade run user.FPHam_Writing_Partner_Mistral_7B-GGUF-Q2_K
List all available models
lemonade list
Keep Q2_K/Q3_K_M gguf only
Browse files- Writing_Partner_Mistral_7B-Q3_K_L.gguf +0 -3
- Writing_Partner_Mistral_7B-Q3_K_S.gguf +0 -3
- Writing_Partner_Mistral_7B-Q4_0.gguf +0 -3
- Writing_Partner_Mistral_7B-Q4_K_M.gguf +0 -3
- Writing_Partner_Mistral_7B-Q4_K_S.gguf +0 -3
- Writing_Partner_Mistral_7B-Q5_0.gguf +0 -3
- Writing_Partner_Mistral_7B-Q5_K_M.gguf +0 -3
- Writing_Partner_Mistral_7B-Q5_K_S.gguf +0 -3
- Writing_Partner_Mistral_7B-Q6_K.gguf +0 -3
- Writing_Partner_Mistral_7B-Q8_0.gguf +0 -3
Writing_Partner_Mistral_7B-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d4361fbc64d83fdddf61e7d78f4e3c32a8cf694bf5c4258ca16b5fdddf62b37a
|
| 3 |
-
size 3822035296
|
|
|
|
|
|
|
|
|
|
|
|
Writing_Partner_Mistral_7B-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:8924c2f8127506c929a8464836333179034fec898288fa20f7cc27039cc62a29
|
| 3 |
-
size 3164578144
|
|
|
|
|
|
|
|
|
|
|
|
Writing_Partner_Mistral_7B-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e7777882fc028eff3b115d74ed1b3b489869fd0498ef4f2faac285fc53ce1feb
|
| 3 |
-
size 4108928416
|
|
|
|
|
|
|
|
|
|
|
|
Writing_Partner_Mistral_7B-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:62b181d261ee649e4559317eb243e62e1acca9f15827e4c94809c4a5c8cf4df8
|
| 3 |
-
size 4368450976
|
|
|
|
|
|
|
|
|
|
|
|
Writing_Partner_Mistral_7B-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9fdcbbb2c15651668bf6331c0410d4b20298db81fe36456e7272510f67285520
|
| 3 |
-
size 4140385696
|
|
|
|
|
|
|
|
|
|
|
|
Writing_Partner_Mistral_7B-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9a750bc41925393cfb532616ae1f22efadb1c2ed2dfd44104044550e1fd162c8
|
| 3 |
-
size 4997728672
|
|
|
|
|
|
|
|
|
|
|
|
Writing_Partner_Mistral_7B-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:2891c845969448a3f560bfc7348c1581d841bd9402025377f0459bd3927ce264
|
| 3 |
-
size 5131422112
|
|
|
|
|
|
|
|
|
|
|
|
Writing_Partner_Mistral_7B-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c3577a3e1d3fbb7ec7cca08a7152125da9adc63d26cefbe99d39486dd8715eb7
|
| 3 |
-
size 4997728672
|
|
|
|
|
|
|
|
|
|
|
|
Writing_Partner_Mistral_7B-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:bce44976b0d946aee2716d1b955a97d7aa4f7ae6892df4cfd38dad9e65034b65
|
| 3 |
-
size 5942078944
|
|
|
|
|
|
|
|
|
|
|
|
Writing_Partner_Mistral_7B-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:3fdc222212c89279683d1642b810c4d3e83a48bd49121ced249c8efe15e0b616
|
| 3 |
-
size 7695875424
|
|
|
|
|
|
|
|
|
|
|
|