Instructions to use tensorblock/MistralInstructLongish-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use tensorblock/MistralInstructLongish-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/MistralInstructLongish-GGUF", filename="MistralInstructLongish-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/MistralInstructLongish-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/MistralInstructLongish-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/MistralInstructLongish-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/MistralInstructLongish-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/MistralInstructLongish-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/MistralInstructLongish-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/MistralInstructLongish-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/MistralInstructLongish-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/MistralInstructLongish-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/MistralInstructLongish-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/MistralInstructLongish-GGUF with Ollama:
ollama run hf.co/tensorblock/MistralInstructLongish-GGUF:Q2_K
- Unsloth Studio new
How to use tensorblock/MistralInstructLongish-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/MistralInstructLongish-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/MistralInstructLongish-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/MistralInstructLongish-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/MistralInstructLongish-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/MistralInstructLongish-GGUF:Q2_K
- Lemonade
How to use tensorblock/MistralInstructLongish-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/MistralInstructLongish-GGUF:Q2_K
Run and chat with the model
lemonade run user.MistralInstructLongish-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- MistralInstructLongish-Q3_K_L.gguf +0 -3
- MistralInstructLongish-Q3_K_M.gguf +0 -3
- MistralInstructLongish-Q3_K_S.gguf +0 -3
- MistralInstructLongish-Q4_0.gguf +0 -3
- MistralInstructLongish-Q4_K_M.gguf +0 -3
- MistralInstructLongish-Q4_K_S.gguf +0 -3
- MistralInstructLongish-Q5_0.gguf +0 -3
- MistralInstructLongish-Q5_K_M.gguf +0 -3
- MistralInstructLongish-Q5_K_S.gguf +0 -3
- MistralInstructLongish-Q6_K.gguf +0 -3
- MistralInstructLongish-Q8_0.gguf +0 -3
MistralInstructLongish-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:6ac51fe80d534178a43357306a3998db80a46a13f75ea9018af8075d1186183b
|
| 3 |
-
size 3822024800
|
|
|
|
|
|
|
|
|
|
|
|
MistralInstructLongish-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:cbb742dee3067fd488bebd67390fdb0500ad18090fabdbf0c18e702911d87ae0
|
| 3 |
-
size 3518986336
|
|
|
|
|
|
|
|
|
|
|
|
MistralInstructLongish-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:7b83bf4ff094f46f0ce1a4071de7d622e1d0af7f66a0b7ec05e97be8140defcd
|
| 3 |
-
size 3164567648
|
|
|
|
|
|
|
|
|
|
|
|
MistralInstructLongish-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:6bcd41fd5647f61eeb9cc808fc458075085fe577303b9f56b572fce03f756146
|
| 3 |
-
size 4108916832
|
|
|
|
|
|
|
|
|
|
|
|
MistralInstructLongish-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:5c51b49bdc51381917e818ffeae25c39aa4bda0fecb38d5a1b67898b4d529045
|
| 3 |
-
size 4368439392
|
|
|
|
|
|
|
|
|
|
|
|
MistralInstructLongish-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:10a2549bd381b72cbd0080f1be8b53f88cb4643632049e93d32ad640a9536a49
|
| 3 |
-
size 4140374112
|
|
|
|
|
|
|
|
|
|
|
|
MistralInstructLongish-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:08c45f6874af844c8a672d3927b23c284fef36ec82aff001836534fc0cacb3dc
|
| 3 |
-
size 4997716064
|
|
|
|
|
|
|
|
|
|
|
|
MistralInstructLongish-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:0d574adad85427faae10ad25b569d5b55f9eb9f736751816ad481c3fc349583d
|
| 3 |
-
size 5131409504
|
|
|
|
|
|
|
|
|
|
|
|
MistralInstructLongish-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:47a0c489389a21e88b6ece0a5e2dd52647d91377216e9f97957db1090da40088
|
| 3 |
-
size 4997716064
|
|
|
|
|
|
|
|
|
|
|
|
MistralInstructLongish-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:41599a823df2ab8d776e06d28fda1aac3d2bea2e6421968031d2aede680041f3
|
| 3 |
-
size 5942065248
|
|
|
|
|
|
|
|
|
|
|
|
MistralInstructLongish-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:74d80fcdf22927e6d1dba1eb2b21bd66d6af6b4092acba224a669a0ec4c47ed9
|
| 3 |
-
size 7695857760
|
|
|
|
|
|
|
|
|
|
|
|