Instructions to use tensorblock/mytest-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tensorblock/mytest-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tensorblock/mytest-GGUF", dtype="auto") - llama-cpp-python
How to use tensorblock/mytest-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/mytest-GGUF", filename="mytest-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/mytest-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/mytest-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/mytest-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/mytest-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/mytest-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/mytest-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/mytest-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/mytest-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/mytest-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/mytest-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/mytest-GGUF with Ollama:
ollama run hf.co/tensorblock/mytest-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/mytest-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/mytest-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/mytest-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/mytest-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/mytest-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/mytest-GGUF:Q2_K
- Lemonade
How to use tensorblock/mytest-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/mytest-GGUF:Q2_K
Run and chat with the model
lemonade run user.mytest-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- mytest-Q3_K_L.gguf +0 -3
- mytest-Q3_K_M.gguf +0 -3
- mytest-Q3_K_S.gguf +0 -3
- mytest-Q4_0.gguf +0 -3
- mytest-Q4_K_M.gguf +0 -3
- mytest-Q4_K_S.gguf +0 -3
- mytest-Q5_0.gguf +0 -3
- mytest-Q5_K_M.gguf +0 -3
- mytest-Q5_K_S.gguf +0 -3
- mytest-Q6_K.gguf +0 -3
- mytest-Q8_0.gguf +0 -3
mytest-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:34594fd8a22bf6c0e9274534acd19b9038a801fa3f238b305512b40b5c68b7b7
|
| 3 |
-
size 4321956448
|
|
|
|
|
|
|
|
|
|
|
|
mytest-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:54af7e598818340fe89eff86cf3934f14f3ca9fe677621fe0f62ad739ee5e3c8
|
| 3 |
-
size 4018917984
|
|
|
|
|
|
|
|
|
|
|
|
mytest-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:cb3c28ebc56c493fbd424eea2dffb8def1eb2c7fe35121db06f74693530c6af5
|
| 3 |
-
size 3664499296
|
|
|
|
|
|
|
|
|
|
|
|
mytest-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:80ea0c5dd2fb2614728dc4bab4e9bf05f58cdff3b8f2b05d576c4ae599074313
|
| 3 |
-
size 4661211744
|
|
|
|
|
|
|
|
|
|
|
|
mytest-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:45a51605daad361614e0fbebb0e96dc2ce158ff751b8eaa4ac511146a67e272e
|
| 3 |
-
size 4920734304
|
|
|
|
|
|
|
|
|
|
|
|
mytest-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:8db67249723c61c6a1cbd4e936c79658bad06e43378dd20c334f27a60452f206
|
| 3 |
-
size 4692669024
|
|
|
|
|
|
|
|
|
|
|
|
mytest-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ea14bd454dda10c63811f4cdfa2976f21fb4f8bae191751c6659bf08ad8fcff0
|
| 3 |
-
size 5599294048
|
|
|
|
|
|
|
|
|
|
|
|
mytest-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:3463adcb86591dd8ba6de889019cd341550a0eac6722bd82afd49b814a9dea6b
|
| 3 |
-
size 5732987488
|
|
|
|
|
|
|
|
|
|
|
|
mytest-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d2243f849d27230c4eec48d42e9de802640263c08800a410d246c45444721f57
|
| 3 |
-
size 5599294048
|
|
|
|
|
|
|
|
|
|
|
|
mytest-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:684f001250bf6835f9c0069f654e369507a97c053e51c093732f3e748ebf8aa8
|
| 3 |
-
size 6596006496
|
|
|
|
|
|
|
|
|
|
|
|
mytest-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c4b9f786a7fca3fc73800ebeca15d6df3f4a5bafdc86ba860a046073b19a3782
|
| 3 |
-
size 8540770912
|
|
|
|
|
|
|
|
|
|
|
|