Instructions to use tensorblock/GettingStarted4-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tensorblock/GettingStarted4-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tensorblock/GettingStarted4-GGUF", dtype="auto") - llama-cpp-python
How to use tensorblock/GettingStarted4-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/GettingStarted4-GGUF", filename="GettingStarted4-Q2_K.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 tensorblock/GettingStarted4-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/GettingStarted4-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/GettingStarted4-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/GettingStarted4-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/GettingStarted4-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/GettingStarted4-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/GettingStarted4-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/GettingStarted4-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/GettingStarted4-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/GettingStarted4-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/GettingStarted4-GGUF with Ollama:
ollama run hf.co/tensorblock/GettingStarted4-GGUF:Q2_K
- Unsloth Studio new
How to use tensorblock/GettingStarted4-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/GettingStarted4-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/GettingStarted4-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/GettingStarted4-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/GettingStarted4-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/GettingStarted4-GGUF:Q2_K
- Lemonade
How to use tensorblock/GettingStarted4-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/GettingStarted4-GGUF:Q2_K
Run and chat with the model
lemonade run user.GettingStarted4-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- GettingStarted4-Q3_K_L.gguf +0 -3
- GettingStarted4-Q3_K_M.gguf +0 -3
- GettingStarted4-Q3_K_S.gguf +0 -3
- GettingStarted4-Q4_0.gguf +0 -3
- GettingStarted4-Q4_K_M.gguf +0 -3
- GettingStarted4-Q4_K_S.gguf +0 -3
- GettingStarted4-Q5_0.gguf +0 -3
- GettingStarted4-Q5_K_M.gguf +0 -3
- GettingStarted4-Q5_K_S.gguf +0 -3
- GettingStarted4-Q6_K.gguf +0 -3
- GettingStarted4-Q8_0.gguf +0 -3
GettingStarted4-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:226c7de1d298d134f423dee8bf6fddcabb35cc7ae4ad5489905d251981ff823b
|
| 3 |
-
size 4171754688
|
|
|
|
|
|
|
|
|
|
|
|
GettingStarted4-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:2af39e099f21e3792eb65e72c22d745bf04b6788fa3822a0fddbffce4ce58251
|
| 3 |
-
size 3880381632
|
|
|
|
|
|
|
|
|
|
|
|
GettingStarted4-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:afefa55d8c121a7321e3d7d81d47fb9a403d4c3eeb5718ef681cb906014da77c
|
| 3 |
-
size 3551029440
|
|
|
|
|
|
|
|
|
|
|
|
GettingStarted4-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9b33be107d14504afb4afb4421ff96b577d40cc43e14ca76e0f4b2c86cf568c1
|
| 3 |
-
size 4497171648
|
|
|
|
|
|
|
|
|
|
|
|
GettingStarted4-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:bea163a7ef7c01d9957aae86224d3778a2146facea38acd67c5405d96edf6b91
|
| 3 |
-
size 4736368320
|
|
|
|
|
|
|
|
|
|
|
|
GettingStarted4-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:28d3936c9fbf5d20b88d7762fbf4101ccfae49442e910a43c44cf127f61349f2
|
| 3 |
-
size 4524598464
|
|
|
|
|
|
|
|
|
|
|
|
GettingStarted4-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:0537ab8e5174d81457c7da1eb3d0e8403d8871dc00ca8ba2e1df1b46dd1fba53
|
| 3 |
-
size 5387658432
|
|
|
|
|
|
|
|
|
|
|
|
GettingStarted4-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:5ddc1063d4e071df828e1b7f1a2cd4dd4f8ca24ce63f43da5af0cab692788805
|
| 3 |
-
size 5510880960
|
|
|
|
|
|
|
|
|
|
|
|
GettingStarted4-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f9d7188bc6aed5a0e7d39e02fd9b1fa37a133aad50d372c3e8c4c45ff9d9525a
|
| 3 |
-
size 5387658432
|
|
|
|
|
|
|
|
|
|
|
|
GettingStarted4-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:46f970b3128bcd03896d8c5b89b94ec059c1e192424c69df48ec000b3ae45821
|
| 3 |
-
size 6333800640
|
|
|
|
|
|
|
|
|
|
|
|
GettingStarted4-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:47c4e88da9d2fda019a7f41e5fffddc28693a7cc057e6f9d212cf2e7ff7d99d1
|
| 3 |
-
size 8202252480
|
|
|
|
|
|
|
|
|
|
|
|