Instructions to use tensorblock/FusionNet_linear-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/FusionNet_linear-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/FusionNet_linear-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/FusionNet_linear-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/FusionNet_linear-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/FusionNet_linear-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/FusionNet_linear-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/FusionNet_linear-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/FusionNet_linear-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/FusionNet_linear-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/FusionNet_linear-GGUF:Q2_K
- LM Studio
- Jan
- vLLM
How to use tensorblock/FusionNet_linear-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "tensorblock/FusionNet_linear-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/FusionNet_linear-GGUF", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/tensorblock/FusionNet_linear-GGUF:Q2_K
- Ollama
How to use tensorblock/FusionNet_linear-GGUF with Ollama:
ollama run hf.co/tensorblock/FusionNet_linear-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/FusionNet_linear-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/FusionNet_linear-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/FusionNet_linear-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/FusionNet_linear-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/FusionNet_linear-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/FusionNet_linear-GGUF:Q2_K
- Lemonade
How to use tensorblock/FusionNet_linear-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/FusionNet_linear-GGUF:Q2_K
Run and chat with the model
lemonade run user.FusionNet_linear-GGUF-Q2_K
List all available models
lemonade list
- Atomic Chat
Remove .gguf files (keep Q2_K.gguf)
Browse files- FusionNet_linear-Q3_K_L.gguf +0 -3
- FusionNet_linear-Q3_K_M.gguf +0 -3
- FusionNet_linear-Q3_K_S.gguf +0 -3
- FusionNet_linear-Q4_0.gguf +0 -3
- FusionNet_linear-Q4_K_M.gguf +0 -3
- FusionNet_linear-Q4_K_S.gguf +0 -3
- FusionNet_linear-Q5_0.gguf +0 -3
- FusionNet_linear-Q5_K_M.gguf +0 -3
- FusionNet_linear-Q5_K_S.gguf +0 -3
- FusionNet_linear-Q6_K.gguf +0 -3
- FusionNet_linear-Q8_0.gguf +0 -3
FusionNet_linear-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:378eabb948368ab577292a031e4fbad1b5387161f23573db5f5eb3914f4e3694
|
| 3 |
-
size 5650750400
|
|
|
|
|
|
|
|
|
|
|
|
FusionNet_linear-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a774c7d49e301f885d11a742308d966e0d6e711f0d7c0c412e12d07edaed5b05
|
| 3 |
-
size 5195668416
|
|
|
|
|
|
|
|
|
|
|
|
FusionNet_linear-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:fd417e4e907fdfb2b86b427bc2ab636e7db928d76bf7b9551711319ac4a48ef4
|
| 3 |
-
size 4664564672
|
|
|
|
|
|
|
|
|
|
|
|
FusionNet_linear-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ae70f10bd31ecf1768e890bf6be7c96738b1f20a2ad5db0b69dfb72c92992f90
|
| 3 |
-
size 6072384448
|
|
|
|
|
|
|
|
|
|
|
|
FusionNet_linear-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:3383066371dfed126adb5ce5ab9c8a3c3211c249b1cb60e765c0d0a2a587b0ab
|
| 3 |
-
size 6461668288
|
|
|
|
|
|
|
|
|
|
|
|
FusionNet_linear-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a6f1003ea3bf3b1fbc37e8fd88592f3ac4e64e14ad67166626df014199e55d0c
|
| 3 |
-
size 6118521792
|
|
|
|
|
|
|
|
|
|
|
|
FusionNet_linear-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f8731d8779cd2c7f800740e69246f730fa458c9d806c357638a15e6fd83b880b
|
| 3 |
-
size 7397391296
|
|
|
|
|
|
|
|
|
|
|
|
FusionNet_linear-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:3b5d3cf2128fdaf856bf70eca3e2f27d90d5c61d09748e7d2d8ec24ea8f53edf
|
| 3 |
-
size 7597931456
|
|
|
|
|
|
|
|
|
|
|
|
FusionNet_linear-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c18d5861f390f3bf1021dfe26ab1a41199f2d22218b09a6cb874aa939e7addc3
|
| 3 |
-
size 7397391296
|
|
|
|
|
|
|
|
|
|
|
|
FusionNet_linear-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a936b8f265dd58e7b6f2f5b259bbac189e96522bb9d2a0d972e4ead0192e8709
|
| 3 |
-
size 8805211072
|
|
|
|
|
|
|
|
|
|
|
|
FusionNet_linear-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:49e339344de02d308eb10043ea1fe8b501de34f3340bceca46ae6c4bb9299343
|
| 3 |
-
size 11404155840
|
|
|
|
|
|
|
|
|
|
|
|