Instructions to use tensorblock/TinyLlama-1.1B-intermediate-step-1195k-token-2.5T-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use tensorblock/TinyLlama-1.1B-intermediate-step-1195k-token-2.5T-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/TinyLlama-1.1B-intermediate-step-1195k-token-2.5T-GGUF", filename="TinyLlama-1.1B-intermediate-step-1195k-token-2.5T-Q2_K.gguf", )
output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use tensorblock/TinyLlama-1.1B-intermediate-step-1195k-token-2.5T-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 tensorblock/TinyLlama-1.1B-intermediate-step-1195k-token-2.5T-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/TinyLlama-1.1B-intermediate-step-1195k-token-2.5T-GGUF:Q2_K
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf tensorblock/TinyLlama-1.1B-intermediate-step-1195k-token-2.5T-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/TinyLlama-1.1B-intermediate-step-1195k-token-2.5T-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/TinyLlama-1.1B-intermediate-step-1195k-token-2.5T-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/TinyLlama-1.1B-intermediate-step-1195k-token-2.5T-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/TinyLlama-1.1B-intermediate-step-1195k-token-2.5T-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/TinyLlama-1.1B-intermediate-step-1195k-token-2.5T-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/TinyLlama-1.1B-intermediate-step-1195k-token-2.5T-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/TinyLlama-1.1B-intermediate-step-1195k-token-2.5T-GGUF with Ollama:
ollama run hf.co/tensorblock/TinyLlama-1.1B-intermediate-step-1195k-token-2.5T-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/TinyLlama-1.1B-intermediate-step-1195k-token-2.5T-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/TinyLlama-1.1B-intermediate-step-1195k-token-2.5T-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/TinyLlama-1.1B-intermediate-step-1195k-token-2.5T-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/TinyLlama-1.1B-intermediate-step-1195k-token-2.5T-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use tensorblock/TinyLlama-1.1B-intermediate-step-1195k-token-2.5T-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/TinyLlama-1.1B-intermediate-step-1195k-token-2.5T-GGUF:Q2_K
- Lemonade
How to use tensorblock/TinyLlama-1.1B-intermediate-step-1195k-token-2.5T-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/TinyLlama-1.1B-intermediate-step-1195k-token-2.5T-GGUF:Q2_K
Run and chat with the model
lemonade run user.TinyLlama-1.1B-intermediate-step-1195k-token-2.5T-GGUF-Q2_K
List all available models
lemonade list
Keep Q2_K/Q3_K_M gguf only
Browse files- TinyLlama-1.1B-intermediate-step-1195k-token-2.5T-Q3_K_L.gguf +0 -3
- TinyLlama-1.1B-intermediate-step-1195k-token-2.5T-Q3_K_S.gguf +0 -3
- TinyLlama-1.1B-intermediate-step-1195k-token-2.5T-Q4_0.gguf +0 -3
- TinyLlama-1.1B-intermediate-step-1195k-token-2.5T-Q4_K_M.gguf +0 -3
- TinyLlama-1.1B-intermediate-step-1195k-token-2.5T-Q4_K_S.gguf +0 -3
- TinyLlama-1.1B-intermediate-step-1195k-token-2.5T-Q5_0.gguf +0 -3
- TinyLlama-1.1B-intermediate-step-1195k-token-2.5T-Q5_K_M.gguf +0 -3
- TinyLlama-1.1B-intermediate-step-1195k-token-2.5T-Q5_K_S.gguf +0 -3
- TinyLlama-1.1B-intermediate-step-1195k-token-2.5T-Q6_K.gguf +0 -3
- TinyLlama-1.1B-intermediate-step-1195k-token-2.5T-Q8_0.gguf +0 -3
TinyLlama-1.1B-intermediate-step-1195k-token-2.5T-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:bcddc7c0c099f5d072ece5a6f0484779157be9211568f72a010096caf66259de
|
| 3 |
-
size 591526944
|
|
|
|
|
|
|
|
|
|
|
|
TinyLlama-1.1B-intermediate-step-1195k-token-2.5T-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:258aa3645c4b7c9eb8ded0706dd441e9484b13bd00b0fef671d5537a4644405d
|
| 3 |
-
size 499342368
|
|
|
|
|
|
|
|
|
|
|
|
TinyLlama-1.1B-intermediate-step-1195k-token-2.5T-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:de77c1d61a6f61345dfa174c3048d135c91d0d902c2143eed71bb5e7c80ea018
|
| 3 |
-
size 636726304
|
|
|
|
|
|
|
|
|
|
|
|
TinyLlama-1.1B-intermediate-step-1195k-token-2.5T-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:1c2a4c4c9e80e159bd83f573bfba3c4604d475dffc1a8860b087640926bb7de5
|
| 3 |
-
size 667814944
|
|
|
|
|
|
|
|
|
|
|
|
TinyLlama-1.1B-intermediate-step-1195k-token-2.5T-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:49f246d0c4c0f4e6f0b6906f758858d75baac42b727c98b82460e1eb28c5ec9e
|
| 3 |
-
size 639872032
|
|
|
|
|
|
|
|
|
|
|
|
TinyLlama-1.1B-intermediate-step-1195k-token-2.5T-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e0f492d8245de9ca2f8411bd8b1c5ffc48f7d78864d2c2ebfdbeaac85ff64b73
|
| 3 |
-
size 766028832
|
|
|
|
|
|
|
|
|
|
|
|
TinyLlama-1.1B-intermediate-step-1195k-token-2.5T-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:68973f855cbd67f69c2fad17147ef63555e7b20cef1d1bbf848f33baef7c8931
|
| 3 |
-
size 782044192
|
|
|
|
|
|
|
|
|
|
|
|
TinyLlama-1.1B-intermediate-step-1195k-token-2.5T-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:58bb15460a3b57705acded3bb69f5cc04ab1363fc6fb98d0f2d364bd422ae864
|
| 3 |
-
size 766028832
|
|
|
|
|
|
|
|
|
|
|
|
TinyLlama-1.1B-intermediate-step-1195k-token-2.5T-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:da51b0e7486b0efde00109e6573a1427d5b2f18b8bb6288d8d150d4f083cfeec
|
| 3 |
-
size 903412768
|
|
|
|
|
|
|
|
|
|
|
|
TinyLlama-1.1B-intermediate-step-1195k-token-2.5T-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:8749ed00a623535a142903a4546915f0fadc61eb3d1400a510d375a9f51469ff
|
| 3 |
-
size 1169808416
|
|
|
|
|
|
|
|
|
|
|
|