Instructions to use mradermacher/miquliz-120b-v2.0-i1-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/miquliz-120b-v2.0-i1-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/miquliz-120b-v2.0-i1-GGUF", dtype="auto") - llama-cpp-python
How to use mradermacher/miquliz-120b-v2.0-i1-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="mradermacher/miquliz-120b-v2.0-i1-GGUF", filename="miquliz-120b-v2.0.i1-IQ1_M.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/miquliz-120b-v2.0-i1-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 mradermacher/miquliz-120b-v2.0-i1-GGUF:IQ1_M # Run inference directly in the terminal: llama cli -hf mradermacher/miquliz-120b-v2.0-i1-GGUF:IQ1_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf mradermacher/miquliz-120b-v2.0-i1-GGUF:IQ1_M # Run inference directly in the terminal: llama cli -hf mradermacher/miquliz-120b-v2.0-i1-GGUF:IQ1_M
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 mradermacher/miquliz-120b-v2.0-i1-GGUF:IQ1_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/miquliz-120b-v2.0-i1-GGUF:IQ1_M
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 mradermacher/miquliz-120b-v2.0-i1-GGUF:IQ1_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/miquliz-120b-v2.0-i1-GGUF:IQ1_M
Use Docker
docker model run hf.co/mradermacher/miquliz-120b-v2.0-i1-GGUF:IQ1_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/miquliz-120b-v2.0-i1-GGUF with Ollama:
ollama run hf.co/mradermacher/miquliz-120b-v2.0-i1-GGUF:IQ1_M
- Unsloth Studio
How to use mradermacher/miquliz-120b-v2.0-i1-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 mradermacher/miquliz-120b-v2.0-i1-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 mradermacher/miquliz-120b-v2.0-i1-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for mradermacher/miquliz-120b-v2.0-i1-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use mradermacher/miquliz-120b-v2.0-i1-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/miquliz-120b-v2.0-i1-GGUF:IQ1_M
- Lemonade
How to use mradermacher/miquliz-120b-v2.0-i1-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/miquliz-120b-v2.0-i1-GGUF:IQ1_M
Run and chat with the model
lemonade run user.miquliz-120b-v2.0-i1-GGUF-IQ1_M
List all available models
lemonade list
uploaded from kaos
Browse files- .gitattributes +18 -0
- imatrix.dat +3 -0
- miquliz-120b-v2.0.i1-IQ1_S.gguf +3 -0
- miquliz-120b-v2.0.i1-IQ2_XS.gguf +3 -0
- miquliz-120b-v2.0.i1-IQ2_XXS.gguf +3 -0
- miquliz-120b-v2.0.i1-IQ3_XXS.gguf +3 -0
- miquliz-120b-v2.0.i1-Q2_K.gguf +3 -0
- miquliz-120b-v2.0.i1-Q3_K_L.gguf.split-aa +3 -0
- miquliz-120b-v2.0.i1-Q3_K_L.gguf.split-ab +3 -0
- miquliz-120b-v2.0.i1-Q3_K_M.gguf.split-aa +3 -0
- miquliz-120b-v2.0.i1-Q3_K_M.gguf.split-ab +3 -0
- miquliz-120b-v2.0.i1-Q3_K_S.gguf.split-aa +3 -0
- miquliz-120b-v2.0.i1-Q3_K_S.gguf.split-ab +3 -0
- miquliz-120b-v2.0.i1-Q3_K_XS.gguf.split-aa +3 -0
- miquliz-120b-v2.0.i1-Q3_K_XS.gguf.split-ab +3 -0
- miquliz-120b-v2.0.i1-Q4_K_M.gguf.split-aa +3 -0
- miquliz-120b-v2.0.i1-Q4_K_M.gguf.split-ab +3 -0
- miquliz-120b-v2.0.i1-Q4_K_S.gguf.split-aa +3 -0
- miquliz-120b-v2.0.i1-Q4_K_S.gguf.split-ab +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,21 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
imatrix.dat filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
miquliz-120b-v2.0.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
miquliz-120b-v2.0.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
miquliz-120b-v2.0.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
miquliz-120b-v2.0.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
miquliz-120b-v2.0.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
miquliz-120b-v2.0.i1-Q3_K_L.gguf.split-aa filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
miquliz-120b-v2.0.i1-Q3_K_L.gguf.split-ab filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
miquliz-120b-v2.0.i1-Q3_K_M.gguf.split-aa filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
miquliz-120b-v2.0.i1-Q3_K_M.gguf.split-ab filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
miquliz-120b-v2.0.i1-Q3_K_S.gguf.split-aa filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
miquliz-120b-v2.0.i1-Q3_K_S.gguf.split-ab filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
miquliz-120b-v2.0.i1-Q3_K_XS.gguf.split-aa filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
miquliz-120b-v2.0.i1-Q3_K_XS.gguf.split-ab filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
miquliz-120b-v2.0.i1-Q4_K_M.gguf.split-aa filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
miquliz-120b-v2.0.i1-Q4_K_M.gguf.split-ab filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
miquliz-120b-v2.0.i1-Q4_K_S.gguf.split-aa filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
miquliz-120b-v2.0.i1-Q4_K_S.gguf.split-ab filter=lfs diff=lfs merge=lfs -text
|
imatrix.dat
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:708e67569c65eb736ee4ec72801e799b30b793e4d7e5293afb8a41d18b2d517e
|
| 3 |
+
size 43614274
|
miquliz-120b-v2.0.i1-IQ1_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6d30d07716ecc478bbf846b0d49330bb671130764845f100196434ce8e8e7082
|
| 3 |
+
size 25565410752
|
miquliz-120b-v2.0.i1-IQ2_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7e07396c356c8bfe5c800a0842cb32a73c68cc7bd1d3208c879b970fb9de6979
|
| 3 |
+
size 35724015040
|
miquliz-120b-v2.0.i1-IQ2_XXS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:faad1d989589bbcd9397979e78408999d9556b9c81505d2f52b412d7829e4cbf
|
| 3 |
+
size 32142079424
|
miquliz-120b-v2.0.i1-IQ3_XXS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e08420fbbc367b278b71474d397ac733363cf25f68723ac9ab5e963f020497fb
|
| 3 |
+
size 47190029760
|
miquliz-120b-v2.0.i1-Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bd0a0124c71085a60ca51b1fb0f8b2ab14b33b546467f3481a7c0ea6eab7fefa
|
| 3 |
+
size 44495353280
|
miquliz-120b-v2.0.i1-Q3_K_L.gguf.split-aa
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1a080cd15f5065aea91c1d006b57bbc3bf4029f984812d4b3c8ebea03d925da1
|
| 3 |
+
size 32212254720
|
miquliz-120b-v2.0.i1-Q3_K_L.gguf.split-ab
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8294d0402ffd36f1eb82524539ab792ea327661c79655e692a5963d0df6aac53
|
| 3 |
+
size 31109379520
|
miquliz-120b-v2.0.i1-Q3_K_M.gguf.split-aa
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e5b8a4981fa1afb6235b9981aa42fc4a6ac06324339f6b942c565b9884130f97
|
| 3 |
+
size 30064771072
|
miquliz-120b-v2.0.i1-Q3_K_M.gguf.split-ab
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:715674d79d4c7122302ac1a8ade62884c0c9194761780edbae52252428876de3
|
| 3 |
+
size 28062217664
|
miquliz-120b-v2.0.i1-Q3_K_S.gguf.split-aa
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0ef63f0b83b533c6e15e68725741a442704a176ea151ed579e6a4f95b07c4d26
|
| 3 |
+
size 26843545600
|
miquliz-120b-v2.0.i1-Q3_K_S.gguf.split-ab
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:34f7394f8f0a079693f4451d7e19bd2ddc215ae99618d69729c9bf40130b741b
|
| 3 |
+
size 25275364800
|
miquliz-120b-v2.0.i1-Q3_K_XS.gguf.split-aa
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:78caee444651c1e8df3be70fd9db6a2466298437a3f49aa6b15ca21e9821cae7
|
| 3 |
+
size 24696061952
|
miquliz-120b-v2.0.i1-Q3_K_XS.gguf.split-ab
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8cdd7cf325277565eebc20973d76e1e97955b856031c2bb0e1f85b6bb7213025
|
| 3 |
+
size 24494175680
|
miquliz-120b-v2.0.i1-Q4_K_M.gguf.split-aa
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9d3580d2370b0fb60ad91bd82ad0209d45bc9d50a66cee6a3a36aeb25ebcd5da
|
| 3 |
+
size 36507222016
|
miquliz-120b-v2.0.i1-Q4_K_M.gguf.split-ab
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4a6e5f51a8b66589d61a7a087331b76323bc7758603f145516a58691926201e1
|
| 3 |
+
size 35946280384
|
miquliz-120b-v2.0.i1-Q4_K_S.gguf.split-aa
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2eba546db4d70b719862cc6fe46f2b684fa79211af85cfd9ef28778325c09008
|
| 3 |
+
size 34359738368
|
miquliz-120b-v2.0.i1-Q4_K_S.gguf.split-ab
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:998b7a3b761ba3661cb9a33725a462a7b9b2ee8dd9352025a500b0ac2a9bc115
|
| 3 |
+
size 34206823872
|