Instructions to use mradermacher/bartleby-qwen3-1.7b_v4-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/bartleby-qwen3-1.7b_v4-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/bartleby-qwen3-1.7b_v4-GGUF", dtype="auto") - llama-cpp-python
How to use mradermacher/bartleby-qwen3-1.7b_v4-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="mradermacher/bartleby-qwen3-1.7b_v4-GGUF", filename="bartleby-qwen3-1.7b_v4.IQ4_XS.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 mradermacher/bartleby-qwen3-1.7b_v4-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/bartleby-qwen3-1.7b_v4-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/bartleby-qwen3-1.7b_v4-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/bartleby-qwen3-1.7b_v4-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/bartleby-qwen3-1.7b_v4-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/bartleby-qwen3-1.7b_v4-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/bartleby-qwen3-1.7b_v4-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/bartleby-qwen3-1.7b_v4-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/bartleby-qwen3-1.7b_v4-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/bartleby-qwen3-1.7b_v4-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/bartleby-qwen3-1.7b_v4-GGUF with Ollama:
ollama run hf.co/mradermacher/bartleby-qwen3-1.7b_v4-GGUF:Q4_K_M
- Unsloth Studio
How to use mradermacher/bartleby-qwen3-1.7b_v4-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 mradermacher/bartleby-qwen3-1.7b_v4-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 mradermacher/bartleby-qwen3-1.7b_v4-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for mradermacher/bartleby-qwen3-1.7b_v4-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use mradermacher/bartleby-qwen3-1.7b_v4-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/bartleby-qwen3-1.7b_v4-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/bartleby-qwen3-1.7b_v4-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/bartleby-qwen3-1.7b_v4-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.bartleby-qwen3-1.7b_v4-GGUF-Q4_K_M
List all available models
lemonade list
uploaded from leia
Browse files- .gitattributes +12 -0
- bartleby-qwen3-1.7b_v4.IQ4_XS.gguf +3 -0
- bartleby-qwen3-1.7b_v4.Q2_K.gguf +3 -0
- bartleby-qwen3-1.7b_v4.Q3_K_L.gguf +3 -0
- bartleby-qwen3-1.7b_v4.Q3_K_M.gguf +3 -0
- bartleby-qwen3-1.7b_v4.Q3_K_S.gguf +3 -0
- bartleby-qwen3-1.7b_v4.Q4_K_M.gguf +3 -0
- bartleby-qwen3-1.7b_v4.Q4_K_S.gguf +3 -0
- bartleby-qwen3-1.7b_v4.Q5_K_M.gguf +3 -0
- bartleby-qwen3-1.7b_v4.Q5_K_S.gguf +3 -0
- bartleby-qwen3-1.7b_v4.Q6_K.gguf +3 -0
- bartleby-qwen3-1.7b_v4.Q8_0.gguf +3 -0
- bartleby-qwen3-1.7b_v4.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 |
+
bartleby-qwen3-1.7b_v4.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
bartleby-qwen3-1.7b_v4.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
bartleby-qwen3-1.7b_v4.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
bartleby-qwen3-1.7b_v4.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
bartleby-qwen3-1.7b_v4.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
bartleby-qwen3-1.7b_v4.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
bartleby-qwen3-1.7b_v4.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
bartleby-qwen3-1.7b_v4.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
bartleby-qwen3-1.7b_v4.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
bartleby-qwen3-1.7b_v4.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
bartleby-qwen3-1.7b_v4.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
bartleby-qwen3-1.7b_v4.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
bartleby-qwen3-1.7b_v4.IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ef483444a5a4af550080a99ad7f0e7e44e751fadd9bab6cebb959d21fb7f07d5
|
| 3 |
+
size 1016277248
|
bartleby-qwen3-1.7b_v4.Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:09c26f45f8c34a80aa82f32e48285824ec0bcd7a29da38cc50e0079d090fa221
|
| 3 |
+
size 777791744
|
bartleby-qwen3-1.7b_v4.Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7846ba5f4c4334b2c80837c0d04979e07feef42dbeb9562d566b6737fc9ace40
|
| 3 |
+
size 1003497728
|
bartleby-qwen3-1.7b_v4.Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5c96560157fe6784291879e3cddd0730aa2151dd5179e52851020e19c7bfaa50
|
| 3 |
+
size 939534592
|
bartleby-qwen3-1.7b_v4.Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:20db5635eb2e876b2950203d8dc1b8f3e8b116e9d1e36f315c96866be0d0eafd
|
| 3 |
+
size 867248384
|
bartleby-qwen3-1.7b_v4.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7ec0f3a9cf97eea9488245b9db0441a593dd61cb1b34e4a7c4d0e451c2194095
|
| 3 |
+
size 1107405056
|
bartleby-qwen3-1.7b_v4.Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:225d5b3f587e2a33ec2f03b4580dbdeebdb88d3cc23e3eccd47a1deb2ea8abf9
|
| 3 |
+
size 1060186368
|
bartleby-qwen3-1.7b_v4.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3976402070f2c0e7e96e2bc8f87bbfa2f283892c5c21d537cc695c2b5b4b5037
|
| 3 |
+
size 1257875712
|
bartleby-qwen3-1.7b_v4.Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3e02807c4fb502356ddfee97a1c3f6ff903c38a4de3c2c557a7b118b610e2a70
|
| 3 |
+
size 1230579968
|
bartleby-qwen3-1.7b_v4.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e91786e1ce579b6d7ac06c405e768e48ffcd2e7a224258e8696140c2d087a94d
|
| 3 |
+
size 1417750784
|
bartleby-qwen3-1.7b_v4.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b2cf67035bae6bee3719bb32b392418502698df6630a3b85975fbe5b128aaa2d
|
| 3 |
+
size 1834422528
|
bartleby-qwen3-1.7b_v4.f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:52824a2d038ad52a429b78e311f4e4346bc07e8596c81da95378929ffdd52fce
|
| 3 |
+
size 3447345408
|