Transformers
GGUF
English
meetinstruct
qwen3
instruct
chat
sft
general-purpose
non-reasoning
conversational
Instructions to use mradermacher/MeetInstruct-0.6B-v1.0-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/MeetInstruct-0.6B-v1.0-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/MeetInstruct-0.6B-v1.0-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/MeetInstruct-0.6B-v1.0-GGUF 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 mradermacher/MeetInstruct-0.6B-v1.0-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/MeetInstruct-0.6B-v1.0-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf mradermacher/MeetInstruct-0.6B-v1.0-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/MeetInstruct-0.6B-v1.0-GGUF: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 mradermacher/MeetInstruct-0.6B-v1.0-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/MeetInstruct-0.6B-v1.0-GGUF: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 mradermacher/MeetInstruct-0.6B-v1.0-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/MeetInstruct-0.6B-v1.0-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/MeetInstruct-0.6B-v1.0-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/MeetInstruct-0.6B-v1.0-GGUF with Ollama:
ollama run hf.co/mradermacher/MeetInstruct-0.6B-v1.0-GGUF:Q4_K_M
- Unsloth Desktop
- Docker Model Runner
How to use mradermacher/MeetInstruct-0.6B-v1.0-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/MeetInstruct-0.6B-v1.0-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/MeetInstruct-0.6B-v1.0-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/MeetInstruct-0.6B-v1.0-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.MeetInstruct-0.6B-v1.0-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
uploaded from back
Browse files- .gitattributes +12 -0
- MeetInstruct-0.6B-v1.0.IQ4_XS.gguf +3 -0
- MeetInstruct-0.6B-v1.0.Q2_K.gguf +3 -0
- MeetInstruct-0.6B-v1.0.Q3_K_L.gguf +3 -0
- MeetInstruct-0.6B-v1.0.Q3_K_M.gguf +3 -0
- MeetInstruct-0.6B-v1.0.Q3_K_S.gguf +3 -0
- MeetInstruct-0.6B-v1.0.Q4_K_M.gguf +3 -0
- MeetInstruct-0.6B-v1.0.Q4_K_S.gguf +3 -0
- MeetInstruct-0.6B-v1.0.Q5_K_M.gguf +3 -0
- MeetInstruct-0.6B-v1.0.Q5_K_S.gguf +3 -0
- MeetInstruct-0.6B-v1.0.Q6_K.gguf +3 -0
- MeetInstruct-0.6B-v1.0.Q8_0.gguf +3 -0
- MeetInstruct-0.6B-v1.0.f16.gguf +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,15 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
MeetInstruct-0.6B-v1.0.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
MeetInstruct-0.6B-v1.0.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
MeetInstruct-0.6B-v1.0.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
MeetInstruct-0.6B-v1.0.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
MeetInstruct-0.6B-v1.0.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
MeetInstruct-0.6B-v1.0.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
MeetInstruct-0.6B-v1.0.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
MeetInstruct-0.6B-v1.0.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
MeetInstruct-0.6B-v1.0.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
MeetInstruct-0.6B-v1.0.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
MeetInstruct-0.6B-v1.0.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
MeetInstruct-0.6B-v1.0.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
MeetInstruct-0.6B-v1.0.IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:66d345d22f427f7019d10c6b2be8ce76e240c7d7cb7664957fa112be24145672
|
| 3 |
+
size 369274912
|
MeetInstruct-0.6B-v1.0.Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:08474b03ce5b3984db5f21b26915185ce9de4fbf91a4bf33ed328810d6f62480
|
| 3 |
+
size 296235040
|
MeetInstruct-0.6B-v1.0.Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:643ad4b9abfbce45d778902dfa06dc3d98d6ed3fcc38a78b81a6f8832bae5978
|
| 3 |
+
size 368488480
|
MeetInstruct-0.6B-v1.0.Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:764654eca1f5f49393d8cda881289281ab4a8919f020b46a9d986130bbbaef51
|
| 3 |
+
size 347123744
|
MeetInstruct-0.6B-v1.0.Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:90a800152ad6074ab31cf7864b436834ee01dbcf6bd5d5a0fc34d7aae72d5a24
|
| 3 |
+
size 323072032
|
MeetInstruct-0.6B-v1.0.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:65dbdff136f5c355edcd9aaddb0fc86f5123ede03376d47df8656ef1b569e4cb
|
| 3 |
+
size 396701728
|
MeetInstruct-0.6B-v1.0.Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:084008e4d0076700572fdeb0eec5fb36dee383bab1baa5d12f6ba8e300bd015c
|
| 3 |
+
size 383266848
|
MeetInstruct-0.6B-v1.0.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7f59933907961e5464217f3cf3ee9494d4115e4aa241178b70e63a1aaacc9e55
|
| 3 |
+
size 444411936
|
MeetInstruct-0.6B-v1.0.Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5ec7d81499f084a3150e664836fd75b6d9598261c5fb36edfba6aff425103b51
|
| 3 |
+
size 436613152
|
MeetInstruct-0.6B-v1.0.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:827239d96e9fdcb8824fdfbf87c9d9a0b5c2edb82fec5ffa60aa8dd6b08e2ac7
|
| 3 |
+
size 495104032
|
MeetInstruct-0.6B-v1.0.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:112b34ba7ae2943b72b23359e7fc9a9d33647f69ab5ec5b616b2d9b583feceb7
|
| 3 |
+
size 639444000
|
MeetInstruct-0.6B-v1.0.f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:54263c66959b09bb19be18f18c40095dd11d70b704e6f01f4e8e2762dd79b359
|
| 3 |
+
size 1198179360
|