Instructions to use Felladrin/gguf-TinyMistral-248M-Chat-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use Felladrin/gguf-TinyMistral-248M-Chat-v2 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 Felladrin/gguf-TinyMistral-248M-Chat-v2:Q4_K_M # Run inference directly in the terminal: llama cli -hf Felladrin/gguf-TinyMistral-248M-Chat-v2:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf Felladrin/gguf-TinyMistral-248M-Chat-v2:Q4_K_M # Run inference directly in the terminal: llama cli -hf Felladrin/gguf-TinyMistral-248M-Chat-v2:Q4_K_M
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 Felladrin/gguf-TinyMistral-248M-Chat-v2:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf Felladrin/gguf-TinyMistral-248M-Chat-v2:Q4_K_M
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 Felladrin/gguf-TinyMistral-248M-Chat-v2:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf Felladrin/gguf-TinyMistral-248M-Chat-v2:Q4_K_M
Use Docker
docker model run hf.co/Felladrin/gguf-TinyMistral-248M-Chat-v2:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use Felladrin/gguf-TinyMistral-248M-Chat-v2 with Ollama:
ollama run hf.co/Felladrin/gguf-TinyMistral-248M-Chat-v2:Q4_K_M
- Unsloth Studio
How to use Felladrin/gguf-TinyMistral-248M-Chat-v2 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 Felladrin/gguf-TinyMistral-248M-Chat-v2 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 Felladrin/gguf-TinyMistral-248M-Chat-v2 to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for Felladrin/gguf-TinyMistral-248M-Chat-v2 to start chatting
- Docker Model Runner
How to use Felladrin/gguf-TinyMistral-248M-Chat-v2 with Docker Model Runner:
docker model run hf.co/Felladrin/gguf-TinyMistral-248M-Chat-v2:Q4_K_M
- Lemonade
How to use Felladrin/gguf-TinyMistral-248M-Chat-v2 with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Felladrin/gguf-TinyMistral-248M-Chat-v2:Q4_K_M
Run and chat with the model
lemonade run user.gguf-TinyMistral-248M-Chat-v2-Q4_K_M
List all available models
lemonade list
- Atomic Chat
Upload folder using huggingface_hub
Browse files- .gitattributes +4 -0
- TinyMistral-248M-Chat-v2.F16.gguf +3 -0
- TinyMistral-248M-Chat-v2.Q2_K.gguf +2 -2
- TinyMistral-248M-Chat-v2.Q3_K_M.gguf +2 -2
- TinyMistral-248M-Chat-v2.Q3_K_S.gguf +3 -0
- TinyMistral-248M-Chat-v2.Q4_0.gguf +2 -2
- TinyMistral-248M-Chat-v2.Q4_K_M.gguf +2 -2
- TinyMistral-248M-Chat-v2.Q4_K_S.gguf +3 -0
- TinyMistral-248M-Chat-v2.Q5_K_M.gguf +2 -2
- TinyMistral-248M-Chat-v2.Q5_K_S.gguf +3 -0
- TinyMistral-248M-Chat-v2.Q6_K.gguf +2 -2
- TinyMistral-248M-Chat-v2.Q8_0.gguf +2 -2
.gitattributes
CHANGED
|
@@ -42,3 +42,7 @@ TinyMistral-248M-Chat-v2.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
|
| 42 |
TinyMistral-248M-Chat-v2.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
TinyMistral-248M-Chat-v2.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
TinyMistral-248M-Chat-v2.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
TinyMistral-248M-Chat-v2.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
TinyMistral-248M-Chat-v2.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
TinyMistral-248M-Chat-v2.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
TinyMistral-248M-Chat-v2.F16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
TinyMistral-248M-Chat-v2.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
TinyMistral-248M-Chat-v2.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
TinyMistral-248M-Chat-v2.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
TinyMistral-248M-Chat-v2.F16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c80823555b0f19c0712ac3f2aea1d35c9ae5e088ebb50e9d2167d0e19e522fd7
|
| 3 |
+
size 496823968
|
TinyMistral-248M-Chat-v2.Q2_K.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5f1c12e867a10ed68c659eb12e17cff11fa8df13e5297c483d987bf5c71b755e
|
| 3 |
+
size 105459136
|
TinyMistral-248M-Chat-v2.Q3_K_M.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6da69d4e51056bf40eb566a2d95d32efe531e03fd047b8779107610486c3c818
|
| 3 |
+
size 129030080
|
TinyMistral-248M-Chat-v2.Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f43b647506d90f7b0e40bc7add83008fefe35864becf6957e0d26b9f551bfe36
|
| 3 |
+
size 120190912
|
TinyMistral-248M-Chat-v2.Q4_0.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:36ad97974323b525653130b90d2c3142162bbe9eb2d31cb17b882677c7c97f60
|
| 3 |
+
size 148775520
|
TinyMistral-248M-Chat-v2.Q4_K_M.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:338591a4b391f9f8466c35903115d81bcb22a1dcdee4bab137cfe22c5f6b2d7f
|
| 3 |
+
size 155669088
|
TinyMistral-248M-Chat-v2.Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c4b25daf801305e6209d8bf962d51f4eec8b10b6284037af487d5c1f051b0ef1
|
| 3 |
+
size 149430880
|
TinyMistral-248M-Chat-v2.Q5_K_M.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e7758262f97fe82e13b57e6c757f3e2fd753cfc7e8b61763f1a1a0c03d7940a
|
| 3 |
+
size 179229920
|
TinyMistral-248M-Chat-v2.Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cc60c92fe6f563dd5369138e24fe6236bf5e09fad71869dc576389d64ee0e0d0
|
| 3 |
+
size 175678688
|
TinyMistral-248M-Chat-v2.Q6_K.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8ced96db681e10df7180e340234fe15ea515eac3a1ebbd64b007d2af7236e1fe
|
| 3 |
+
size 204263328
|
TinyMistral-248M-Chat-v2.Q8_0.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bef5253e669f1451fbd3333108fccbe613f9d3b13c476e8d2fdf99b39bf870a9
|
| 3 |
+
size 264325408
|