Instructions to use mradermacher/tinyllama-linux-command-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/tinyllama-linux-command-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/tinyllama-linux-command-GGUF", dtype="auto") - llama-cpp-python
How to use mradermacher/tinyllama-linux-command-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="mradermacher/tinyllama-linux-command-GGUF", filename="tinyllama-linux-command.IQ4_XS.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 mradermacher/tinyllama-linux-command-GGUF with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf mradermacher/tinyllama-linux-command-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf mradermacher/tinyllama-linux-command-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf mradermacher/tinyllama-linux-command-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf mradermacher/tinyllama-linux-command-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/tinyllama-linux-command-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/tinyllama-linux-command-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/tinyllama-linux-command-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/tinyllama-linux-command-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/tinyllama-linux-command-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/tinyllama-linux-command-GGUF with Ollama:
ollama run hf.co/mradermacher/tinyllama-linux-command-GGUF:Q4_K_M
- Unsloth Studio
How to use mradermacher/tinyllama-linux-command-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/tinyllama-linux-command-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/tinyllama-linux-command-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/tinyllama-linux-command-GGUF to start chatting
- Docker Model Runner
How to use mradermacher/tinyllama-linux-command-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/tinyllama-linux-command-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/tinyllama-linux-command-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/tinyllama-linux-command-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.tinyllama-linux-command-GGUF-Q4_K_M
List all available models
lemonade list
uploaded from leia
Browse files- .gitattributes +12 -0
- tinyllama-linux-command.IQ4_XS.gguf +3 -0
- tinyllama-linux-command.Q2_K.gguf +3 -0
- tinyllama-linux-command.Q3_K_L.gguf +3 -0
- tinyllama-linux-command.Q3_K_M.gguf +3 -0
- tinyllama-linux-command.Q3_K_S.gguf +3 -0
- tinyllama-linux-command.Q4_K_M.gguf +3 -0
- tinyllama-linux-command.Q4_K_S.gguf +3 -0
- tinyllama-linux-command.Q5_K_M.gguf +3 -0
- tinyllama-linux-command.Q5_K_S.gguf +3 -0
- tinyllama-linux-command.Q6_K.gguf +3 -0
- tinyllama-linux-command.Q8_0.gguf +3 -0
- tinyllama-linux-command.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 |
+
tinyllama-linux-command.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
tinyllama-linux-command.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
tinyllama-linux-command.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
tinyllama-linux-command.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
tinyllama-linux-command.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
tinyllama-linux-command.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
tinyllama-linux-command.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
tinyllama-linux-command.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
tinyllama-linux-command.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
tinyllama-linux-command.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
tinyllama-linux-command.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
tinyllama-linux-command.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
tinyllama-linux-command.IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9ff79a417fc379ab6638c697e718b241508c3dca487dfc6cc9a3df690d2ecbcc
|
| 3 |
+
size 609808160
|
tinyllama-linux-command.Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9533108722fe8d889eba81f93d3fd612a9edd0412b2a0a2c3b04a946169f51c5
|
| 3 |
+
size 432131872
|
tinyllama-linux-command.Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7579929be7388bbf8fb2bba2e64ce19976ceef3a697c7ab5a204e4f4502c03fb
|
| 3 |
+
size 591527712
|
tinyllama-linux-command.Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2b8bae1404eac29e20ce35582c99c7b085d17dbe96d539463a4d6a5c20dacac6
|
| 3 |
+
size 548405024
|
tinyllama-linux-command.Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b10038f8c3756bf77017fef336412633800a9d5e7fb64014ad8af7a7820b491f
|
| 3 |
+
size 499343136
|
tinyllama-linux-command.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:75425a1889ffc119f1f04a0fc89c7b481471a3f3b8fdf84e2276d32b5ee46f48
|
| 3 |
+
size 667815712
|
tinyllama-linux-command.Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6a3b548794f329f661f20a9deb616d06275a4065ced2568ea28b4828a6cace19
|
| 3 |
+
size 639872800
|
tinyllama-linux-command.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:76ca15e1fbf48498cd21e9b2be44ba3de33d1d11348dc9b953ed9872e7bfb478
|
| 3 |
+
size 782044960
|
tinyllama-linux-command.Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:16899fc41a113ad3bc05663d41790d122d92660f7cee9a70b6de0312b90ab75f
|
| 3 |
+
size 766029600
|
tinyllama-linux-command.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f2cd90539919546d47588ea9dd50e61f147ca079ffe7e9f5483604a781f9b4df
|
| 3 |
+
size 903413536
|
tinyllama-linux-command.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:752bafe085a97647ac722686dbb7d264b4ec089c1cb913bdc7fbd9591fd8e82d
|
| 3 |
+
size 1169809184
|
tinyllama-linux-command.f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1b9d9eb67e74aab238f180dcae989a9fe355f9d18866bba173687cf9d737e703
|
| 3 |
+
size 2201018144
|