Instructions to use tensorblock/MM-ReMM-L2-20B-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use tensorblock/MM-ReMM-L2-20B-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/MM-ReMM-L2-20B-GGUF", filename="MM-ReMM-L2-20B-Q2_K.gguf", )
output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use tensorblock/MM-ReMM-L2-20B-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/MM-ReMM-L2-20B-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/MM-ReMM-L2-20B-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/MM-ReMM-L2-20B-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/MM-ReMM-L2-20B-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/MM-ReMM-L2-20B-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/MM-ReMM-L2-20B-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/MM-ReMM-L2-20B-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/MM-ReMM-L2-20B-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/MM-ReMM-L2-20B-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/MM-ReMM-L2-20B-GGUF with Ollama:
ollama run hf.co/tensorblock/MM-ReMM-L2-20B-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/MM-ReMM-L2-20B-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/MM-ReMM-L2-20B-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/MM-ReMM-L2-20B-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/MM-ReMM-L2-20B-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/MM-ReMM-L2-20B-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/MM-ReMM-L2-20B-GGUF:Q2_K
- Lemonade
How to use tensorblock/MM-ReMM-L2-20B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/MM-ReMM-L2-20B-GGUF:Q2_K
Run and chat with the model
lemonade run user.MM-ReMM-L2-20B-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- MM-ReMM-L2-20B-Q3_K_L.gguf +0 -3
- MM-ReMM-L2-20B-Q3_K_M.gguf +0 -3
- MM-ReMM-L2-20B-Q3_K_S.gguf +0 -3
- MM-ReMM-L2-20B-Q4_0.gguf +0 -3
- MM-ReMM-L2-20B-Q4_K_M.gguf +0 -3
- MM-ReMM-L2-20B-Q4_K_S.gguf +0 -3
- MM-ReMM-L2-20B-Q5_0.gguf +0 -3
- MM-ReMM-L2-20B-Q5_K_M.gguf +0 -3
- MM-ReMM-L2-20B-Q5_K_S.gguf +0 -3
- MM-ReMM-L2-20B-Q6_K.gguf +0 -3
- MM-ReMM-L2-20B-Q8_0.gguf +0 -3
MM-ReMM-L2-20B-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:99b792b813ab1d0d8a56f35478a514a4efc3f7f9b9369abe09dfc3f0af23586f
|
| 3 |
-
size 10627768128
|
|
|
|
|
|
|
|
|
|
|
|
MM-ReMM-L2-20B-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:59befdd11f3971088510578fce8ac224a108dbaf4bb674625702e176b7e90a43
|
| 3 |
-
size 9706004288
|
|
|
|
|
|
|
|
|
|
|
|
MM-ReMM-L2-20B-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:dbb4c7e0de51234ece84e05d6e608e582645b2f3e0b2b0ff47fe6b8fe180e9ec
|
| 3 |
-
size 8658370368
|
|
|
|
|
|
|
|
|
|
|
|
MM-ReMM-L2-20B-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:898ddd69e015f0253c7e5218157c675c51b9896d38e246849bb6187e8c04d328
|
| 3 |
-
size 11292026688
|
|
|
|
|
|
|
|
|
|
|
|
MM-ReMM-L2-20B-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:986260ccbe6df852edbd5761c0a08af478a219fcfd8caeef922a2cb3e0d89008
|
| 3 |
-
size 12042209088
|
|
|
|
|
|
|
|
|
|
|
|
MM-ReMM-L2-20B-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:fc9684e6a8f7e1e28b56c4955c29d5cbf8fc408251434e7d496b8e7b16c58f65
|
| 3 |
-
size 11367065408
|
|
|
|
|
|
|
|
|
|
|
|
MM-ReMM-L2-20B-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d427d5953e260cb5b68a7f0fa9132b64a49ec5cb007e29aed648012d0ef270dd
|
| 3 |
-
size 13770762048
|
|
|
|
|
|
|
|
|
|
|
|
MM-ReMM-L2-20B-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a5bfcadccf802c6b7359eb633eaeb1f59cc9d50f4e15f352315407b5e42e816a
|
| 3 |
-
size 14157219648
|
|
|
|
|
|
|
|
|
|
|
|
MM-ReMM-L2-20B-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:4d1246b7fae88298d51eb3b5290584b1a4d6a2ffd705649a9beb9d840f5ff9eb
|
| 3 |
-
size 13770762048
|
|
|
|
|
|
|
|
|
|
|
|
MM-ReMM-L2-20B-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:0359353b34bab3e6bd517ab74a1ed5b39064a79eb047c85ad06384bbe2683975
|
| 3 |
-
size 16404418368
|
|
|
|
|
|
|
|
|
|
|
|
MM-ReMM-L2-20B-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:781e0aa86820fe081afe595cdfe0a23e97c9dd66696e67e5f2c7d390cd4c1fef
|
| 3 |
-
size 21246648128
|
|
|
|
|
|
|
|
|
|
|
|