Instructions to use mradermacher/bartleby-qwen3.5-2B-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/bartleby-qwen3.5-2B-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/bartleby-qwen3.5-2B-GGUF", dtype="auto") - llama-cpp-python
How to use mradermacher/bartleby-qwen3.5-2B-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="mradermacher/bartleby-qwen3.5-2B-GGUF", filename="bartleby-qwen3.5-2B.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.5-2B-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.5-2B-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/bartleby-qwen3.5-2B-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.5-2B-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/bartleby-qwen3.5-2B-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.5-2B-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/bartleby-qwen3.5-2B-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.5-2B-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/bartleby-qwen3.5-2B-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/bartleby-qwen3.5-2B-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/bartleby-qwen3.5-2B-GGUF with Ollama:
ollama run hf.co/mradermacher/bartleby-qwen3.5-2B-GGUF:Q4_K_M
- Unsloth Studio
How to use mradermacher/bartleby-qwen3.5-2B-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.5-2B-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.5-2B-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.5-2B-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use mradermacher/bartleby-qwen3.5-2B-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/bartleby-qwen3.5-2B-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/bartleby-qwen3.5-2B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/bartleby-qwen3.5-2B-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.bartleby-qwen3.5-2B-GGUF-Q4_K_M
List all available models
lemonade list
uploaded from nico1
Browse files- .gitattributes +12 -0
- bartleby-qwen3.5-2B.IQ4_XS.gguf +3 -0
- bartleby-qwen3.5-2B.Q2_K.gguf +3 -0
- bartleby-qwen3.5-2B.Q3_K_L.gguf +3 -0
- bartleby-qwen3.5-2B.Q3_K_M.gguf +3 -0
- bartleby-qwen3.5-2B.Q3_K_S.gguf +3 -0
- bartleby-qwen3.5-2B.Q4_K_M.gguf +3 -0
- bartleby-qwen3.5-2B.Q4_K_S.gguf +3 -0
- bartleby-qwen3.5-2B.Q5_K_M.gguf +3 -0
- bartleby-qwen3.5-2B.Q5_K_S.gguf +3 -0
- bartleby-qwen3.5-2B.Q6_K.gguf +3 -0
- bartleby-qwen3.5-2B.Q8_0.gguf +3 -0
- bartleby-qwen3.5-2B.f16.gguf +3 -0
.gitattributes
CHANGED
|
@@ -35,3 +35,15 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
bartleby-qwen3.5-2B.mmproj-f16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
bartleby-qwen3.5-2B.mmproj-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
bartleby-qwen3.5-2B.mmproj-f16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
bartleby-qwen3.5-2B.mmproj-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
bartleby-qwen3.5-2B.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
bartleby-qwen3.5-2B.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
bartleby-qwen3.5-2B.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
bartleby-qwen3.5-2B.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
bartleby-qwen3.5-2B.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
bartleby-qwen3.5-2B.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
bartleby-qwen3.5-2B.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
bartleby-qwen3.5-2B.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
bartleby-qwen3.5-2B.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
bartleby-qwen3.5-2B.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
bartleby-qwen3.5-2B.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
bartleby-qwen3.5-2B.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
bartleby-qwen3.5-2B.IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:36cc887d88de6aa3a562152e7978b057365d61b3f6fb4f7d56e2e5956faf3176
|
| 3 |
+
size 1201853632
|
bartleby-qwen3.5-2B.Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6f746a5430dfddb1e2614b6693f588dde911dbd04737022313f9056180b946ee
|
| 3 |
+
size 968535232
|
bartleby-qwen3.5-2B.Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3f8d73a031a8e5d8dd1ca18326602e0be493666c70014c1bdf9bc634055bbf8f
|
| 3 |
+
size 1164525760
|
bartleby-qwen3.5-2B.Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:70774517a3a9e7535f420b941273234c5cbb10eb77f238f0f280f7d2e71625c7
|
| 3 |
+
size 1099251904
|
bartleby-qwen3.5-2B.Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f0e559a1bd33731dd9282147fcfff5f09dc2284ee8b6cd5988446142c66e1657
|
| 3 |
+
size 1020166336
|
bartleby-qwen3.5-2B.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a54350115f7a8b4e339b990673390985d05d648d291d7f52743f2504ef4777c0
|
| 3 |
+
size 1274389696
|
bartleby-qwen3.5-2B.Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:31fc555620825dc6f7ec0141d061707adb76797c53a8254f525106e685a85ad1
|
| 3 |
+
size 1212048576
|
bartleby-qwen3.5-2B.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:61cc9cc5572cc0d68906627e1d0aa0c6890c000461aaa23eac4351fce065df77
|
| 3 |
+
size 1411114176
|
bartleby-qwen3.5-2B.Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:015cb7a10d551bd793bf24156d1cfaa8f0fd919d8f9358f4acf683bd325045ee
|
| 3 |
+
size 1374069952
|
bartleby-qwen3.5-2B.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6803bda79bcfaf706da0047018327fcc4cff1b0147d0c4b6300864545d666f83
|
| 3 |
+
size 1556383936
|
bartleby-qwen3.5-2B.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9d3a6dc8484acb5f515f36664320d9b639f26ff6c6ce7bca05d9d57cc07ed845
|
| 3 |
+
size 2012005568
|
bartleby-qwen3.5-2B.f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6a17c5500c4896215fe749cd9717876d3142bd1938ea73e7623a72795fb2fdd6
|
| 3 |
+
size 3775702208
|