Instructions to use tensorblock/mindy-7b-v2-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use tensorblock/mindy-7b-v2-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/mindy-7b-v2-GGUF", filename="mindy-7b-v2-Q2_K.gguf", )
output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- llama.cpp
How to use tensorblock/mindy-7b-v2-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/mindy-7b-v2-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/mindy-7b-v2-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/mindy-7b-v2-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/mindy-7b-v2-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/mindy-7b-v2-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/mindy-7b-v2-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/mindy-7b-v2-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/mindy-7b-v2-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/mindy-7b-v2-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/mindy-7b-v2-GGUF with Ollama:
ollama run hf.co/tensorblock/mindy-7b-v2-GGUF:Q2_K
- Unsloth Studio new
How to use tensorblock/mindy-7b-v2-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/mindy-7b-v2-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/mindy-7b-v2-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/mindy-7b-v2-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/mindy-7b-v2-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/mindy-7b-v2-GGUF:Q2_K
- Lemonade
How to use tensorblock/mindy-7b-v2-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/mindy-7b-v2-GGUF:Q2_K
Run and chat with the model
lemonade run user.mindy-7b-v2-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- mindy-7b-v2-Q3_K_L.gguf +0 -3
- mindy-7b-v2-Q3_K_M.gguf +0 -3
- mindy-7b-v2-Q3_K_S.gguf +0 -3
- mindy-7b-v2-Q4_0.gguf +0 -3
- mindy-7b-v2-Q4_K_M.gguf +0 -3
- mindy-7b-v2-Q4_K_S.gguf +0 -3
- mindy-7b-v2-Q5_0.gguf +0 -3
- mindy-7b-v2-Q5_K_M.gguf +0 -3
- mindy-7b-v2-Q5_K_S.gguf +0 -3
- mindy-7b-v2-Q6_K.gguf +0 -3
- mindy-7b-v2-Q8_0.gguf +0 -3
mindy-7b-v2-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:fbf8b6d7e07e00df301d3aa178a9cc5ae2bc6ba17654c286c13732444778d784
|
| 3 |
-
size 3822024768
|
|
|
|
|
|
|
|
|
|
|
|
mindy-7b-v2-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:2d789d14d084389fd1505e33c14f699dd8516b3045196281f2cda9425e6eae67
|
| 3 |
-
size 3518986304
|
|
|
|
|
|
|
|
|
|
|
|
mindy-7b-v2-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:87a439d28624cb53357ed70eb677bf579accc01d88dfa575a5b87c32b00fb0d7
|
| 3 |
-
size 3164567616
|
|
|
|
|
|
|
|
|
|
|
|
mindy-7b-v2-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:fb550627c92901e1ec90e0319b9c0efb1eabd5c2299c89ce8671be903ccbb2f5
|
| 3 |
-
size 4108916800
|
|
|
|
|
|
|
|
|
|
|
|
mindy-7b-v2-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:158041a782fdc2dd40bb17eff445f0791ad4b15ce7315400c43a183187deb4e3
|
| 3 |
-
size 4368439360
|
|
|
|
|
|
|
|
|
|
|
|
mindy-7b-v2-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:30114b87ed044119681a03d4b8257ca77253d2d1f5e967eb276de7e16b8db57a
|
| 3 |
-
size 4140374080
|
|
|
|
|
|
|
|
|
|
|
|
mindy-7b-v2-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:60ccfa4491e8cd51c43c1475fdabee215144f08ffa6d8612a1e7ca93caaafccc
|
| 3 |
-
size 4997716032
|
|
|
|
|
|
|
|
|
|
|
|
mindy-7b-v2-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:44a7f4f82a54235a25c285f88aaf851c15885563da3965459b710d19bc8a2e1a
|
| 3 |
-
size 5131409472
|
|
|
|
|
|
|
|
|
|
|
|
mindy-7b-v2-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:8235f7de446c6c04c95aba06c8234c9fd43edcca3bdcf3db613c059a90cdcfb4
|
| 3 |
-
size 4997716032
|
|
|
|
|
|
|
|
|
|
|
|
mindy-7b-v2-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:865a2be2124ca91a207c8a9a9e337097f9a9de7a0b52e849167bc98d43137d91
|
| 3 |
-
size 5942065216
|
|
|
|
|
|
|
|
|
|
|
|
mindy-7b-v2-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:fa9a52f70c93ee22d6fc56e29468ca6ae442c14a44279a42ab49782e0906b621
|
| 3 |
-
size 7695857728
|
|
|
|
|
|
|
|
|
|
|
|