Instructions to use tensorblock/Llama3-1B-Base-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/Llama3-1B-Base-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/Llama3-1B-Base-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/Llama3-1B-Base-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/Llama3-1B-Base-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/Llama3-1B-Base-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/Llama3-1B-Base-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/Llama3-1B-Base-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/Llama3-1B-Base-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/Llama3-1B-Base-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/Llama3-1B-Base-GGUF:Q2_K
- LM Studio
- Jan
- vLLM
How to use tensorblock/Llama3-1B-Base-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "tensorblock/Llama3-1B-Base-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "tensorblock/Llama3-1B-Base-GGUF", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/tensorblock/Llama3-1B-Base-GGUF:Q2_K
- Ollama
How to use tensorblock/Llama3-1B-Base-GGUF with Ollama:
ollama run hf.co/tensorblock/Llama3-1B-Base-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/Llama3-1B-Base-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/Llama3-1B-Base-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/Llama3-1B-Base-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/Llama3-1B-Base-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/Llama3-1B-Base-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/Llama3-1B-Base-GGUF:Q2_K
- Lemonade
How to use tensorblock/Llama3-1B-Base-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/Llama3-1B-Base-GGUF:Q2_K
Run and chat with the model
lemonade run user.Llama3-1B-Base-GGUF-Q2_K
List all available models
lemonade list
- Atomic Chat
Keep Q2_K/Q3_K_M gguf only
Browse files- Llama3-1B-Base-Q3_K_L.gguf +0 -3
- Llama3-1B-Base-Q3_K_S.gguf +0 -3
- Llama3-1B-Base-Q4_0.gguf +0 -3
- Llama3-1B-Base-Q4_K_M.gguf +0 -3
- Llama3-1B-Base-Q4_K_S.gguf +0 -3
- Llama3-1B-Base-Q5_0.gguf +0 -3
- Llama3-1B-Base-Q5_K_M.gguf +0 -3
- Llama3-1B-Base-Q5_K_S.gguf +0 -3
- Llama3-1B-Base-Q6_K.gguf +0 -3
- Llama3-1B-Base-Q8_0.gguf +0 -3
Llama3-1B-Base-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:7508f8997c9c8c52360340a3d6cdf257f321aff663b2406f82f9c60ae821a1cb
|
| 3 |
-
size 1007392224
|
|
|
|
|
|
|
|
|
|
|
|
Llama3-1B-Base-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:28e3fe1e834e9241fad980d399491dee0fef8079c59a411dde5daab6f4a7e534
|
| 3 |
-
size 945755616
|
|
|
|
|
|
|
|
|
|
|
|
Llama3-1B-Base-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ca6a149c3ab94f1d403b7f66543e0a1c99be1c78488765ac712315c3ddb4e3bd
|
| 3 |
-
size 1102427616
|
|
|
|
|
|
|
|
|
|
|
|
Llama3-1B-Base-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:0d36a39ed0922e30042e79acac04870c2aa6de3f80d301fe3b06cde76feb71ba
|
| 3 |
-
size 1118647776
|
|
|
|
|
|
|
|
|
|
|
|
Llama3-1B-Base-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e46b22f495ac6884c09ad6d11edff897dcbe6d83fb42e33cdff903094e015b36
|
| 3 |
-
size 1104000480
|
|
|
|
|
|
|
|
|
|
|
|
Llama3-1B-Base-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9f1f4b42aab7c3f1a78e5025a64a1f9d8623dd2ce396b853985c28ecc94db389
|
| 3 |
-
size 1249883616
|
|
|
|
|
|
|
|
|
|
|
|
Llama3-1B-Base-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:8bbbf4f54bab5c118cb4b424204f89e3de2aa77d1f68381ee3d6a2ba39dce089
|
| 3 |
-
size 1258239456
|
|
|
|
|
|
|
|
|
|
|
|
Llama3-1B-Base-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:11c43d29ab4ebb0c2fe6108fde72dfcb469e29278385eb01a10115bb3856c663
|
| 3 |
-
size 1249883616
|
|
|
|
|
|
|
|
|
|
|
|
Llama3-1B-Base-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:cd4ad40b6318e02a29b659cacc8bf92e796ed2856e1f3cd25792db29749b7f80
|
| 3 |
-
size 1406555616
|
|
|
|
|
|
|
|
|
|
|
|
Llama3-1B-Base-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:60477e1c4b54d4eb8a301ae338d4d356482cf5280ce4a75ab308c3a5fc0d5fc8
|
| 3 |
-
size 1819481568
|
|
|
|
|
|
|
|
|
|
|
|