Instructions to use tensorblock/FusionNet_SOLAR-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use tensorblock/FusionNet_SOLAR-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/FusionNet_SOLAR-GGUF", filename="FusionNet_SOLAR-Q2_K.gguf", )
llm.create_chat_completion( messages = [ { "role": "user", "content": "What is the capital of France?" } ] ) - Notebooks
- Google Colab
- Kaggle
- Local Apps
- llama.cpp
How to use tensorblock/FusionNet_SOLAR-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/FusionNet_SOLAR-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/FusionNet_SOLAR-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/FusionNet_SOLAR-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/FusionNet_SOLAR-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_SOLAR-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/FusionNet_SOLAR-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_SOLAR-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/FusionNet_SOLAR-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/FusionNet_SOLAR-GGUF:Q2_K
- LM Studio
- Jan
- vLLM
How to use tensorblock/FusionNet_SOLAR-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "tensorblock/FusionNet_SOLAR-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_SOLAR-GGUF", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/tensorblock/FusionNet_SOLAR-GGUF:Q2_K
- Ollama
How to use tensorblock/FusionNet_SOLAR-GGUF with Ollama:
ollama run hf.co/tensorblock/FusionNet_SOLAR-GGUF:Q2_K
- Unsloth Studio new
How to use tensorblock/FusionNet_SOLAR-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_SOLAR-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_SOLAR-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_SOLAR-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/FusionNet_SOLAR-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/FusionNet_SOLAR-GGUF:Q2_K
- Lemonade
How to use tensorblock/FusionNet_SOLAR-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/FusionNet_SOLAR-GGUF:Q2_K
Run and chat with the model
lemonade run user.FusionNet_SOLAR-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- FusionNet_SOLAR-Q3_K_L.gguf +0 -3
- FusionNet_SOLAR-Q3_K_M.gguf +0 -3
- FusionNet_SOLAR-Q3_K_S.gguf +0 -3
- FusionNet_SOLAR-Q4_0.gguf +0 -3
- FusionNet_SOLAR-Q4_K_M.gguf +0 -3
- FusionNet_SOLAR-Q4_K_S.gguf +0 -3
- FusionNet_SOLAR-Q5_0.gguf +0 -3
- FusionNet_SOLAR-Q5_K_M.gguf +0 -3
- FusionNet_SOLAR-Q5_K_S.gguf +0 -3
- FusionNet_SOLAR-Q6_K.gguf +0 -3
- FusionNet_SOLAR-Q8_0.gguf +0 -3
FusionNet_SOLAR-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c01b4e70abb9084627988bafaa87e7500a6e4babace7c3f36c769e62e7dbd244
|
| 3 |
-
size 8393838112
|
|
|
|
|
|
|
|
|
|
|
|
FusionNet_SOLAR-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:2597fcf9af84a7c187a406ea891b3f94698b968ddfa9607a31948a5649c8c750
|
| 3 |
-
size 7707020832
|
|
|
|
|
|
|
|
|
|
|
|
FusionNet_SOLAR-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:4c450b5cd1d3931297c343af738c849f215d26887f473dc57e91db6df637120f
|
| 3 |
-
size 6914559520
|
|
|
|
|
|
|
|
|
|
|
|
FusionNet_SOLAR-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:266a497cd7855696afca2ab5546f664ec6290df3e22b93aa91d7294fbed37f6c
|
| 3 |
-
size 9017585184
|
|
|
|
|
|
|
|
|
|
|
|
FusionNet_SOLAR-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c6ea43e867c1bb030bff49dcaa1e02e3e75191525bebf22d90ec4c63277633b7
|
| 3 |
-
size 9601510944
|
|
|
|
|
|
|
|
|
|
|
|
FusionNet_SOLAR-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e18cf1031de73a372a23120eaa79a15823bb8847dbb42398013de262f3587b5f
|
| 3 |
-
size 9085742624
|
|
|
|
|
|
|
|
|
|
|
|
FusionNet_SOLAR-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:0221e50269ae7d0e2b442e76b6f882dd2fbc2726e51f2988bd81043836f1aeda
|
| 3 |
-
size 10996903456
|
|
|
|
|
|
|
|
|
|
|
|
FusionNet_SOLAR-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9581e5dcd0560e770f845e2eb4751b2338fd18efc3cd098f92e444bd0c380cf7
|
| 3 |
-
size 11297713696
|
|
|
|
|
|
|
|
|
|
|
|
FusionNet_SOLAR-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:98e0f6583614209685357f0df37681b15c14d481b04c8155cb8932a70ede5b97
|
| 3 |
-
size 10996903456
|
|
|
|
|
|
|
|
|
|
|
|
FusionNet_SOLAR-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:bd5f3082b3590d74d02a25855870637d22a1c0744dcfe15ca297b5c4abbba6ff
|
| 3 |
-
size 13099929120
|
|
|
|
|
|
|
|
|
|
|
|
FusionNet_SOLAR-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:61d73d97563bd70c0fc4575ba652488342f2099a207c561b39634630afdf4e71
|
| 3 |
-
size 16966602272
|
|
|
|
|
|
|
|
|
|
|
|