Instructions to use telosnex/fllama 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 telosnex/fllama 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 telosnex/fllama:UD-Q4_K_M # Run inference directly in the terminal: llama cli -hf telosnex/fllama:UD-Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf telosnex/fllama:UD-Q4_K_M # Run inference directly in the terminal: llama cli -hf telosnex/fllama:UD-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:UD-Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf telosnex/fllama:UD-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:UD-Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf telosnex/fllama:UD-Q4_K_M
Use Docker
docker model run hf.co/telosnex/fllama:UD-Q4_K_M
- LM Studio
- Jan
- Ollama
How to use telosnex/fllama with Ollama:
ollama run hf.co/telosnex/fllama:UD-Q4_K_M
- Unsloth Studio
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:UD-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:UD-Q4_K_M
Run and chat with the model
lemonade run user.fllama-UD-Q4_K_M
List all available models
lemonade list
- Atomic Chat
Upload sharded TinyStories for testing sharded model DL
Browse files
.gitattributes
CHANGED
|
@@ -78,3 +78,8 @@ DeepSeek-R1-Distill-Qwen-1.5B-Q4_K_M-split-00003-of-00006.gguf filter=lfs diff=l
|
|
| 78 |
DeepSeek-R1-Distill-Qwen-1.5B-Q4_K_M-split-00004-of-00006.gguf filter=lfs diff=lfs merge=lfs -text
|
| 79 |
DeepSeek-R1-Distill-Qwen-1.5B-Q4_K_M-split-00005-of-00006.gguf filter=lfs diff=lfs merge=lfs -text
|
| 80 |
DeepSeek-R1-Distill-Qwen-1.5B-Q4_K_M-split-00006-of-00006.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 78 |
DeepSeek-R1-Distill-Qwen-1.5B-Q4_K_M-split-00004-of-00006.gguf filter=lfs diff=lfs merge=lfs -text
|
| 79 |
DeepSeek-R1-Distill-Qwen-1.5B-Q4_K_M-split-00005-of-00006.gguf filter=lfs diff=lfs merge=lfs -text
|
| 80 |
DeepSeek-R1-Distill-Qwen-1.5B-Q4_K_M-split-00006-of-00006.gguf filter=lfs diff=lfs merge=lfs -text
|
| 81 |
+
DistilGPT2-TinyStories.IQ3_M-00001-of-00005.gguf filter=lfs diff=lfs merge=lfs -text
|
| 82 |
+
DistilGPT2-TinyStories.IQ3_M-00002-of-00005.gguf filter=lfs diff=lfs merge=lfs -text
|
| 83 |
+
DistilGPT2-TinyStories.IQ3_M-00003-of-00005.gguf filter=lfs diff=lfs merge=lfs -text
|
| 84 |
+
DistilGPT2-TinyStories.IQ3_M-00004-of-00005.gguf filter=lfs diff=lfs merge=lfs -text
|
| 85 |
+
DistilGPT2-TinyStories.IQ3_M-00005-of-00005.gguf filter=lfs diff=lfs merge=lfs -text
|
DistilGPT2-TinyStories.IQ3_M-00001-of-00005.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:55d54ec9efeceb32f27c69cfe2185e327a53bb7e9e1116e1676baeebe317502b
|
| 3 |
+
size 10939296
|
DistilGPT2-TinyStories.IQ3_M-00002-of-00005.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b5cce17366e3a7fb65757784ffe0ea4d340fbb74b48ed9f256fb7fc02801a9c2
|
| 3 |
+
size 9168832
|
DistilGPT2-TinyStories.IQ3_M-00003-of-00005.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:855e863de197ad7aa9e30026d1afc54bc14a4872ddcd64b043c27e97ff554ed4
|
| 3 |
+
size 5182912
|
DistilGPT2-TinyStories.IQ3_M-00004-of-00005.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4c93f6e11e9bf1f74e1ab0e6f922c143216e48b730d137bf13f65c1208b992d1
|
| 3 |
+
size 16585024
|
DistilGPT2-TinyStories.IQ3_M-00005-of-00005.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:edcf8eb472212fea05ccf91b4aab7a8bf607ecf4fb1c0a3f153ae990aab92fb0
|
| 3 |
+
size 31662080
|