Instructions to use tensorblock/tiny_random_falcon-GGUF 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 tensorblock/tiny_random_falcon-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/tiny_random_falcon-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/tiny_random_falcon-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/tiny_random_falcon-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/tiny_random_falcon-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_falcon-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/tiny_random_falcon-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_falcon-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/tiny_random_falcon-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/tiny_random_falcon-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/tiny_random_falcon-GGUF with Ollama:
ollama run hf.co/tensorblock/tiny_random_falcon-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/tiny_random_falcon-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_falcon-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_falcon-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_falcon-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/tiny_random_falcon-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/tiny_random_falcon-GGUF:Q2_K
- Lemonade
How to use tensorblock/tiny_random_falcon-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/tiny_random_falcon-GGUF:Q2_K
Run and chat with the model
lemonade run user.tiny_random_falcon-GGUF-Q2_K
List all available models
lemonade list
- Atomic Chat
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: unknown
|
| 3 |
-
tags:
|
| 4 |
-
- TensorBlock
|
| 5 |
-
- GGUF
|
| 6 |
-
base_model: Jiqing/tiny_random_falcon
|
| 7 |
-
---
|
| 8 |
|
| 9 |
<div style="width: auto; margin-left: auto; margin-right: auto">
|
| 10 |
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
|
@@ -23,8 +23,16 @@ This repo contains GGUF format model files for [Jiqing/tiny_random_falcon](https
|
|
| 23 |
|
| 24 |
The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
|
| 25 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
## Prompt template
|
| 27 |
|
|
|
|
| 28 |
```
|
| 29 |
|
| 30 |
```
|
|
@@ -33,18 +41,18 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
|
|
| 33 |
|
| 34 |
| Filename | Quant type | File Size | Description |
|
| 35 |
| -------- | ---------- | --------- | ----------- |
|
| 36 |
-
| [tiny_random_falcon-Q2_K.gguf](https://huggingface.co/tensorblock/tiny_random_falcon-GGUF/
|
| 37 |
-
| [tiny_random_falcon-Q3_K_S.gguf](https://huggingface.co/tensorblock/tiny_random_falcon-GGUF/
|
| 38 |
-
| [tiny_random_falcon-Q3_K_M.gguf](https://huggingface.co/tensorblock/tiny_random_falcon-GGUF/
|
| 39 |
-
| [tiny_random_falcon-Q3_K_L.gguf](https://huggingface.co/tensorblock/tiny_random_falcon-GGUF/
|
| 40 |
-
| [tiny_random_falcon-Q4_0.gguf](https://huggingface.co/tensorblock/tiny_random_falcon-GGUF/
|
| 41 |
-
| [tiny_random_falcon-Q4_K_S.gguf](https://huggingface.co/tensorblock/tiny_random_falcon-GGUF/
|
| 42 |
-
| [tiny_random_falcon-Q4_K_M.gguf](https://huggingface.co/tensorblock/tiny_random_falcon-GGUF/
|
| 43 |
-
| [tiny_random_falcon-Q5_0.gguf](https://huggingface.co/tensorblock/tiny_random_falcon-GGUF/
|
| 44 |
-
| [tiny_random_falcon-Q5_K_S.gguf](https://huggingface.co/tensorblock/tiny_random_falcon-GGUF/
|
| 45 |
-
| [tiny_random_falcon-Q5_K_M.gguf](https://huggingface.co/tensorblock/tiny_random_falcon-GGUF/
|
| 46 |
-
| [tiny_random_falcon-Q6_K.gguf](https://huggingface.co/tensorblock/tiny_random_falcon-GGUF/
|
| 47 |
-
| [tiny_random_falcon-Q8_0.gguf](https://huggingface.co/tensorblock/tiny_random_falcon-GGUF/
|
| 48 |
|
| 49 |
|
| 50 |
## Downloading instruction
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: unknown
|
| 3 |
+
tags:
|
| 4 |
+
- TensorBlock
|
| 5 |
+
- GGUF
|
| 6 |
+
base_model: Jiqing/tiny_random_falcon
|
| 7 |
+
---
|
| 8 |
|
| 9 |
<div style="width: auto; margin-left: auto; margin-right: auto">
|
| 10 |
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
|
|
|
| 23 |
|
| 24 |
The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
|
| 25 |
|
| 26 |
+
|
| 27 |
+
<div style="text-align: left; margin: 20px 0;">
|
| 28 |
+
<a href="https://tensorblock.co/waitlist/client" style="display: inline-block; padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
|
| 29 |
+
Run them on the TensorBlock client using your local machine ↗
|
| 30 |
+
</a>
|
| 31 |
+
</div>
|
| 32 |
+
|
| 33 |
## Prompt template
|
| 34 |
|
| 35 |
+
|
| 36 |
```
|
| 37 |
|
| 38 |
```
|
|
|
|
| 41 |
|
| 42 |
| Filename | Quant type | File Size | Description |
|
| 43 |
| -------- | ---------- | --------- | ----------- |
|
| 44 |
+
| [tiny_random_falcon-Q2_K.gguf](https://huggingface.co/tensorblock/tiny_random_falcon-GGUF/blob/main/tiny_random_falcon-Q2_K.gguf) | Q2_K | 0.006 GB | smallest, significant quality loss - not recommended for most purposes |
|
| 45 |
+
| [tiny_random_falcon-Q3_K_S.gguf](https://huggingface.co/tensorblock/tiny_random_falcon-GGUF/blob/main/tiny_random_falcon-Q3_K_S.gguf) | Q3_K_S | 0.006 GB | very small, high quality loss |
|
| 46 |
+
| [tiny_random_falcon-Q3_K_M.gguf](https://huggingface.co/tensorblock/tiny_random_falcon-GGUF/blob/main/tiny_random_falcon-Q3_K_M.gguf) | Q3_K_M | 0.006 GB | very small, high quality loss |
|
| 47 |
+
| [tiny_random_falcon-Q3_K_L.gguf](https://huggingface.co/tensorblock/tiny_random_falcon-GGUF/blob/main/tiny_random_falcon-Q3_K_L.gguf) | Q3_K_L | 0.006 GB | small, substantial quality loss |
|
| 48 |
+
| [tiny_random_falcon-Q4_0.gguf](https://huggingface.co/tensorblock/tiny_random_falcon-GGUF/blob/main/tiny_random_falcon-Q4_0.gguf) | Q4_0 | 0.006 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
| 49 |
+
| [tiny_random_falcon-Q4_K_S.gguf](https://huggingface.co/tensorblock/tiny_random_falcon-GGUF/blob/main/tiny_random_falcon-Q4_K_S.gguf) | Q4_K_S | 0.006 GB | small, greater quality loss |
|
| 50 |
+
| [tiny_random_falcon-Q4_K_M.gguf](https://huggingface.co/tensorblock/tiny_random_falcon-GGUF/blob/main/tiny_random_falcon-Q4_K_M.gguf) | Q4_K_M | 0.006 GB | medium, balanced quality - recommended |
|
| 51 |
+
| [tiny_random_falcon-Q5_0.gguf](https://huggingface.co/tensorblock/tiny_random_falcon-GGUF/blob/main/tiny_random_falcon-Q5_0.gguf) | Q5_0 | 0.006 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
| 52 |
+
| [tiny_random_falcon-Q5_K_S.gguf](https://huggingface.co/tensorblock/tiny_random_falcon-GGUF/blob/main/tiny_random_falcon-Q5_K_S.gguf) | Q5_K_S | 0.006 GB | large, low quality loss - recommended |
|
| 53 |
+
| [tiny_random_falcon-Q5_K_M.gguf](https://huggingface.co/tensorblock/tiny_random_falcon-GGUF/blob/main/tiny_random_falcon-Q5_K_M.gguf) | Q5_K_M | 0.006 GB | large, very low quality loss - recommended |
|
| 54 |
+
| [tiny_random_falcon-Q6_K.gguf](https://huggingface.co/tensorblock/tiny_random_falcon-GGUF/blob/main/tiny_random_falcon-Q6_K.gguf) | Q6_K | 0.006 GB | very large, extremely low quality loss |
|
| 55 |
+
| [tiny_random_falcon-Q8_0.gguf](https://huggingface.co/tensorblock/tiny_random_falcon-GGUF/blob/main/tiny_random_falcon-Q8_0.gguf) | Q8_0 | 0.006 GB | very large, extremely low quality loss - not recommended |
|
| 56 |
|
| 57 |
|
| 58 |
## Downloading instruction
|