Instructions to use tensorblock/tiny-random-olmo-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tensorblock/tiny-random-olmo-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tensorblock/tiny-random-olmo-GGUF", dtype="auto") - llama-cpp-python
How to use tensorblock/tiny-random-olmo-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/tiny-random-olmo-GGUF", filename="tiny-random-olmo-Q2_K.gguf", )
output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- llama.cpp
How to use tensorblock/tiny-random-olmo-GGUF with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf tensorblock/tiny-random-olmo-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/tiny-random-olmo-GGUF:Q2_K
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf tensorblock/tiny-random-olmo-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/tiny-random-olmo-GGUF:Q2_K
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 tensorblock/tiny-random-olmo-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/tiny-random-olmo-GGUF:Q2_K
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 tensorblock/tiny-random-olmo-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/tiny-random-olmo-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/tiny-random-olmo-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/tiny-random-olmo-GGUF with Ollama:
ollama run hf.co/tensorblock/tiny-random-olmo-GGUF:Q2_K
- Unsloth Studio new
How to use tensorblock/tiny-random-olmo-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 tensorblock/tiny-random-olmo-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 tensorblock/tiny-random-olmo-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for tensorblock/tiny-random-olmo-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/tiny-random-olmo-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/tiny-random-olmo-GGUF:Q2_K
- Lemonade
How to use tensorblock/tiny-random-olmo-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/tiny-random-olmo-GGUF:Q2_K
Run and chat with the model
lemonade run user.tiny-random-olmo-GGUF-Q2_K
List all available models
lemonade list
Keep Q2_K/Q3_K_M gguf only
Browse files- tiny-random-olmo-Q3_K_L.gguf +0 -3
- tiny-random-olmo-Q3_K_S.gguf +0 -3
- tiny-random-olmo-Q4_0.gguf +0 -3
- tiny-random-olmo-Q4_K_M.gguf +0 -3
- tiny-random-olmo-Q4_K_S.gguf +0 -3
- tiny-random-olmo-Q5_0.gguf +0 -3
- tiny-random-olmo-Q5_K_M.gguf +0 -3
- tiny-random-olmo-Q5_K_S.gguf +0 -3
- tiny-random-olmo-Q6_K.gguf +0 -3
- tiny-random-olmo-Q8_0.gguf +0 -3
tiny-random-olmo-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:51e00d74b9c2fda038d865e86a5e74d93106aeb0aef5b2aed36ee9c94a8f5d3d
|
| 3 |
-
size 37403616
|
|
|
|
|
|
|
|
|
|
|
|
tiny-random-olmo-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:cf6192ca2b24e68b44c56dd50e626b4fa9b2f62a912b51b490ad7a493d87f692
|
| 3 |
-
size 36869088
|
|
|
|
|
|
|
|
|
|
|
|
tiny-random-olmo-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c5d047817ac1bd2561bff3dc4ca5d138464b329b27e53bb946e43b653e7417ee
|
| 3 |
-
size 40942560
|
|
|
|
|
|
|
|
|
|
|
|
tiny-random-olmo-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:5cab2dd1ac2e732c18e5363099e050a108ebe9bc630d69fa1467cb817074d0e4
|
| 3 |
-
size 41450464
|
|
|
|
|
|
|
|
|
|
|
|
tiny-random-olmo-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:2fe78d321803ac6e26f7f51e2c3ad6d901e0816e001fcc0f689e435d632ba173
|
| 3 |
-
size 41184224
|
|
|
|
|
|
|
|
|
|
|
|
tiny-random-olmo-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:111978d85e417f86b99bc7b35eb970ef4782faa44237dd5e49e2bae4eb922da6
|
| 3 |
-
size 44952544
|
|
|
|
|
|
|
|
|
|
|
|
tiny-random-olmo-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:493d0211bddf1b4a830b8bd9596b89f4720a10761154eb40008f86cefe86643b
|
| 3 |
-
size 45295584
|
|
|
|
|
|
|
|
|
|
|
|
tiny-random-olmo-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:4f51033e842b56427471ceec61c079d8d644980ff68fba668704dc5720a308e9
|
| 3 |
-
size 45040608
|
|
|
|
|
|
|
|
|
|
|
|
tiny-random-olmo-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:7f0ed83be3c41976c6c1e8265c6f3a0c527625a1100a6fd7a9642eed2a86413b
|
| 3 |
-
size 49554400
|
|
|
|
|
|
|
|
|
|
|
|
tiny-random-olmo-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d140c0c656d98f862ed47b95d42e8cd046fd8e92895ba44cb6804ba7f5e3d176
|
| 3 |
-
size 63220192
|
|
|
|
|
|
|
|
|
|
|
|