Instructions to use telosnex/fllama with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use telosnex/fllama with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="telosnex/fllama", filename="DeepSeek-R1-Distill-Qwen-1.5B-Q4_0.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- llama.cpp
How to use telosnex/fllama with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf telosnex/fllama:Q4_K_M # Run inference directly in the terminal: llama-cli -hf telosnex/fllama:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf telosnex/fllama:Q4_K_M # Run inference directly in the terminal: llama-cli -hf telosnex/fllama: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 telosnex/fllama:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf telosnex/fllama: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 telosnex/fllama:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf telosnex/fllama:Q4_K_M
Use Docker
docker model run hf.co/telosnex/fllama:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use telosnex/fllama with Ollama:
ollama run hf.co/telosnex/fllama:Q4_K_M
- Unsloth Studio new
How to use telosnex/fllama 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 telosnex/fllama 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 telosnex/fllama to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for telosnex/fllama to start chatting
- Docker Model Runner
How to use telosnex/fllama with Docker Model Runner:
docker model run hf.co/telosnex/fllama:Q4_K_M
- Lemonade
How to use telosnex/fllama with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull telosnex/fllama:Q4_K_M
Run and chat with the model
lemonade run user.fllama-Q4_K_M
List all available models
lemonade list
Qwen 3.5 mmprojs (via unsloth)
Browse files- .gitattributes +6 -0
- Qwen3.5-0.8B-mmproj-F16.gguf +3 -0
- Qwen3.5-27B-mmproj-F16.gguf +3 -0
- Qwen3.5-2B-mmproj-F16.gguf +3 -0
- Qwen3.5-35B-A3B-mmproj-F16.gguf +3 -0
- Qwen3.5-4B-mmproj-F16.gguf +3 -0
- Qwen3.5-9B-mmproj-F16.gguf +3 -0
.gitattributes
CHANGED
|
@@ -89,3 +89,9 @@ Qwen3.5-4B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
|
| 89 |
Qwen3.5-9B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 90 |
Qwen3.5-27B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 91 |
Qwen3.5-35B-A3B-MXFP4_MOE.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 89 |
Qwen3.5-9B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 90 |
Qwen3.5-27B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 91 |
Qwen3.5-35B-A3B-MXFP4_MOE.gguf filter=lfs diff=lfs merge=lfs -text
|
| 92 |
+
Qwen3.5-0.8B-mmproj-F16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 93 |
+
Qwen3.5-27B-mmproj-F16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 94 |
+
Qwen3.5-2B-mmproj-F16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 95 |
+
Qwen3.5-35B-A3B-mmproj-F16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 96 |
+
Qwen3.5-4B-mmproj-F16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 97 |
+
Qwen3.5-9B-mmproj-F16.gguf filter=lfs diff=lfs merge=lfs -text
|
Qwen3.5-0.8B-mmproj-F16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:56e4c6cfe73b0c82e3e82bc518d7591997e61d81f723fc41a586f4fa69ea2453
|
| 3 |
+
size 204987232
|
Qwen3.5-27B-mmproj-F16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:458bc46d8f275866fde5d88c9c554d9d462a6e8e3a028090d9850e17ab6a1217
|
| 3 |
+
size 927607040
|
Qwen3.5-2B-mmproj-F16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7035e9cb8d7c6a9681d07eef9a364783e86ea4cd73faab2eabb4f43a101830c7
|
| 3 |
+
size 668227264
|
Qwen3.5-35B-A3B-mmproj-F16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a516ab92e8240da4734d68352bdfba84c16e830ee40010b8fac80d69c77272ff
|
| 3 |
+
size 899283648
|
Qwen3.5-4B-mmproj-F16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cd88edcf8d031894960bb0c9c5b9b7e1fea6ebee02b9f7ce925a00d12891f864
|
| 3 |
+
size 672423616
|
Qwen3.5-9B-mmproj-F16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f70dc3509053962b0d0d3ee8a7eacebf5d60aa560cad78254ae8698516ae029f
|
| 3 |
+
size 918166080
|