Instructions to use tensorblock/multi_verse_model-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use tensorblock/multi_verse_model-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/multi_verse_model-GGUF", filename="multi_verse_model-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/multi_verse_model-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/multi_verse_model-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/multi_verse_model-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/multi_verse_model-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/multi_verse_model-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/multi_verse_model-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/multi_verse_model-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/multi_verse_model-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/multi_verse_model-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/multi_verse_model-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/multi_verse_model-GGUF with Ollama:
ollama run hf.co/tensorblock/multi_verse_model-GGUF:Q2_K
- Unsloth Studio new
How to use tensorblock/multi_verse_model-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/multi_verse_model-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/multi_verse_model-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/multi_verse_model-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/multi_verse_model-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/multi_verse_model-GGUF:Q2_K
- Lemonade
How to use tensorblock/multi_verse_model-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/multi_verse_model-GGUF:Q2_K
Run and chat with the model
lemonade run user.multi_verse_model-GGUF-Q2_K
List all available models
lemonade list
Keep Q2_K/Q3_K_M gguf only
Browse files- multi_verse_model-Q3_K_L.gguf +0 -3
- multi_verse_model-Q3_K_S.gguf +0 -3
- multi_verse_model-Q4_0.gguf +0 -3
- multi_verse_model-Q4_K_M.gguf +0 -3
- multi_verse_model-Q4_K_S.gguf +0 -3
- multi_verse_model-Q5_0.gguf +0 -3
- multi_verse_model-Q5_K_M.gguf +0 -3
- multi_verse_model-Q5_K_S.gguf +0 -3
- multi_verse_model-Q6_K.gguf +0 -3
- multi_verse_model-Q8_0.gguf +0 -3
multi_verse_model-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:427c09729cbebf18ef8706e184d50709c33b905a37e9b74daf5e800f0ba314d0
|
| 3 |
-
size 3822024960
|
|
|
|
|
|
|
|
|
|
|
|
multi_verse_model-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9ffd513d40b501196dc0e190bc6b264065c249253a0fdfc0d7f73c42f4795f47
|
| 3 |
-
size 3164567808
|
|
|
|
|
|
|
|
|
|
|
|
multi_verse_model-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:51f0f5afe596723c4a4ba8c157c984b52ca28ccd1ce9d9dd2369a1179b6fe12e
|
| 3 |
-
size 4108916992
|
|
|
|
|
|
|
|
|
|
|
|
multi_verse_model-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:6e65ca17c4b6e37e726b078ce6b086a00c1e454568ab58aca43abd762c4f8c0c
|
| 3 |
-
size 4368439552
|
|
|
|
|
|
|
|
|
|
|
|
multi_verse_model-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:626dcf902e5ac2e92edfe95454904fb7f659dc81b9490b425b2d61126ef9d9da
|
| 3 |
-
size 4140374272
|
|
|
|
|
|
|
|
|
|
|
|
multi_verse_model-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9bc8eb5ad639fcf9d31eb38213db115cfe812d4ef596449d4e0ee8c0c79133a8
|
| 3 |
-
size 4997716224
|
|
|
|
|
|
|
|
|
|
|
|
multi_verse_model-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:12603ca2f7c838b2e901e31bdbe4b84afd43a9d6fbdfe0a79592a9a7ef01d069
|
| 3 |
-
size 5131409664
|
|
|
|
|
|
|
|
|
|
|
|
multi_verse_model-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:2e64c823460cd56b24ba6de2c3a51acfeee822a24bbbd0a118e741229d637e20
|
| 3 |
-
size 4997716224
|
|
|
|
|
|
|
|
|
|
|
|
multi_verse_model-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:eacc67d674a373954cf594bae88647262c1c1fd04b8f2afa58fd63b770b57b59
|
| 3 |
-
size 5942065408
|
|
|
|
|
|
|
|
|
|
|
|
multi_verse_model-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:19df6af2b0029e3ab619da34f660fadee380da45b8057e8a68808cd27571a22c
|
| 3 |
-
size 7695857920
|
|
|
|
|
|
|
|
|
|
|
|