Instructions to use tensorblock/hyperEngine_8B_vars_2-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use tensorblock/hyperEngine_8B_vars_2-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/hyperEngine_8B_vars_2-GGUF", filename="hyperEngine_8B_vars_2-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/hyperEngine_8B_vars_2-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/hyperEngine_8B_vars_2-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/hyperEngine_8B_vars_2-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/hyperEngine_8B_vars_2-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/hyperEngine_8B_vars_2-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/hyperEngine_8B_vars_2-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/hyperEngine_8B_vars_2-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/hyperEngine_8B_vars_2-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/hyperEngine_8B_vars_2-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/hyperEngine_8B_vars_2-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/hyperEngine_8B_vars_2-GGUF with Ollama:
ollama run hf.co/tensorblock/hyperEngine_8B_vars_2-GGUF:Q2_K
- Unsloth Studio new
How to use tensorblock/hyperEngine_8B_vars_2-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/hyperEngine_8B_vars_2-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/hyperEngine_8B_vars_2-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/hyperEngine_8B_vars_2-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/hyperEngine_8B_vars_2-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/hyperEngine_8B_vars_2-GGUF:Q2_K
- Lemonade
How to use tensorblock/hyperEngine_8B_vars_2-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/hyperEngine_8B_vars_2-GGUF:Q2_K
Run and chat with the model
lemonade run user.hyperEngine_8B_vars_2-GGUF-Q2_K
List all available models
lemonade list
Keep Q2_K/Q3_K_M gguf only
Browse files- hyperEngine_8B_vars_2-Q3_K_L.gguf +0 -3
- hyperEngine_8B_vars_2-Q3_K_S.gguf +0 -3
- hyperEngine_8B_vars_2-Q4_0.gguf +0 -3
- hyperEngine_8B_vars_2-Q4_K_M.gguf +0 -3
- hyperEngine_8B_vars_2-Q4_K_S.gguf +0 -3
- hyperEngine_8B_vars_2-Q5_0.gguf +0 -3
- hyperEngine_8B_vars_2-Q5_K_M.gguf +0 -3
- hyperEngine_8B_vars_2-Q5_K_S.gguf +0 -3
- hyperEngine_8B_vars_2-Q6_K.gguf +0 -3
- hyperEngine_8B_vars_2-Q8_0.gguf +0 -3
hyperEngine_8B_vars_2-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c2cf4f6f03b695ea7425f3b2060d8acafaef85b84efd203be8bf1c297eda0a98
|
| 3 |
-
size 4321966464
|
|
|
|
|
|
|
|
|
|
|
|
hyperEngine_8B_vars_2-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:6f89978a1ff01a41cdf01e1a5718c0a682c61f36b84523e42e15095d4163e60e
|
| 3 |
-
size 3664509312
|
|
|
|
|
|
|
|
|
|
|
|
hyperEngine_8B_vars_2-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:bed2bc0bbd175066171200d614a70114267520df0497199bddb412938d4eff18
|
| 3 |
-
size 4661222848
|
|
|
|
|
|
|
|
|
|
|
|
hyperEngine_8B_vars_2-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:8ddd4e8fb5f228653f46c3a2a153cc7c4d98fac39f83bfb9264d587d7e19dca2
|
| 3 |
-
size 4920745408
|
|
|
|
|
|
|
|
|
|
|
|
hyperEngine_8B_vars_2-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a995b5983582f0e40b74ad45773b891bc27112648c15e857538696755774b1a9
|
| 3 |
-
size 4692680128
|
|
|
|
|
|
|
|
|
|
|
|
hyperEngine_8B_vars_2-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:69c20e59f4e8ca52db2055686ade573d6fe6468203b77342edbf9bb147f04060
|
| 3 |
-
size 5599306176
|
|
|
|
|
|
|
|
|
|
|
|
hyperEngine_8B_vars_2-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:91c9d56550f44a3f53fb91e214300c92ff1e6eb8bc0b81540ae631b9153cd496
|
| 3 |
-
size 5732999616
|
|
|
|
|
|
|
|
|
|
|
|
hyperEngine_8B_vars_2-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:3a948cd7246a3f5845b88fbdb76273e7937882c5b23bef04eccb8ab4fa617b49
|
| 3 |
-
size 5599306176
|
|
|
|
|
|
|
|
|
|
|
|
hyperEngine_8B_vars_2-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:08230b2079aa38d4dcbe56aa614fa17a18c9d4f7c0a87a24b49b729debe034ed
|
| 3 |
-
size 6596019712
|
|
|
|
|
|
|
|
|
|
|
|
hyperEngine_8B_vars_2-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9b3dde70be9c15058ee794c6adce89e4c2b87159d663e2f000f7e3f687b96c74
|
| 3 |
-
size 8540788096
|
|
|
|
|
|
|
|
|
|
|
|