Instructions to use NexesQuants/MIstral-QUantized-70b_Miqu-1-70b-iMat.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 NexesQuants/MIstral-QUantized-70b_Miqu-1-70b-iMat.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 NexesQuants/MIstral-QUantized-70b_Miqu-1-70b-iMat.GGUF:Q4_K_S # Run inference directly in the terminal: llama cli -hf NexesQuants/MIstral-QUantized-70b_Miqu-1-70b-iMat.GGUF:Q4_K_S
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf NexesQuants/MIstral-QUantized-70b_Miqu-1-70b-iMat.GGUF:Q4_K_S # Run inference directly in the terminal: llama cli -hf NexesQuants/MIstral-QUantized-70b_Miqu-1-70b-iMat.GGUF:Q4_K_S
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 NexesQuants/MIstral-QUantized-70b_Miqu-1-70b-iMat.GGUF:Q4_K_S # Run inference directly in the terminal: ./llama-cli -hf NexesQuants/MIstral-QUantized-70b_Miqu-1-70b-iMat.GGUF:Q4_K_S
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 NexesQuants/MIstral-QUantized-70b_Miqu-1-70b-iMat.GGUF:Q4_K_S # Run inference directly in the terminal: ./build/bin/llama-cli -hf NexesQuants/MIstral-QUantized-70b_Miqu-1-70b-iMat.GGUF:Q4_K_S
Use Docker
docker model run hf.co/NexesQuants/MIstral-QUantized-70b_Miqu-1-70b-iMat.GGUF:Q4_K_S
- LM Studio
- Jan
- Ollama
How to use NexesQuants/MIstral-QUantized-70b_Miqu-1-70b-iMat.GGUF with Ollama:
ollama run hf.co/NexesQuants/MIstral-QUantized-70b_Miqu-1-70b-iMat.GGUF:Q4_K_S
- Unsloth Desktop
- Docker Model Runner
How to use NexesQuants/MIstral-QUantized-70b_Miqu-1-70b-iMat.GGUF with Docker Model Runner:
docker model run hf.co/NexesQuants/MIstral-QUantized-70b_Miqu-1-70b-iMat.GGUF:Q4_K_S
- Lemonade
How to use NexesQuants/MIstral-QUantized-70b_Miqu-1-70b-iMat.GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull NexesQuants/MIstral-QUantized-70b_Miqu-1-70b-iMat.GGUF:Q4_K_S
Run and chat with the model
lemonade run user.MIstral-QUantized-70b_Miqu-1-70b-iMat.GGUF-Q4_K_S
List all available models
lemonade list
- Atomic Chat
Upload miqu-1-70b.q5_K_M-b2927-iMatrix_GMV3-EnFrSrb_Custom_Q3_K_L.gguf
Browse files
.gitattributes
CHANGED
|
@@ -62,3 +62,4 @@ miqu-1-70b-Requant-b2431-iMat-c512_ch600-IQ3_M.gguf filter=lfs diff=lfs merge=lf
|
|
| 62 |
miqu-1-70b-Requant-b2431-iMat-c512_ch600-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 63 |
miqu-1-70b-Requant-b2584-iMat-En-c512-Q3_K_ML.gguf filter=lfs diff=lfs merge=lfs -text
|
| 64 |
miqu-1-70b-Requant-iMat-En-c512-IQ3_XSR.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 62 |
miqu-1-70b-Requant-b2431-iMat-c512_ch600-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 63 |
miqu-1-70b-Requant-b2584-iMat-En-c512-Q3_K_ML.gguf filter=lfs diff=lfs merge=lfs -text
|
| 64 |
miqu-1-70b-Requant-iMat-En-c512-IQ3_XSR.gguf filter=lfs diff=lfs merge=lfs -text
|
| 65 |
+
miqu-1-70b.q5_K_M-b2927-iMatrix_GMV3-EnFrSrb_Custom_Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
miqu-1-70b.q5_K_M-b2927-iMatrix_GMV3-EnFrSrb_Custom_Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:357cecebd6c62b2243b5bd9deaebf30a8f6431ce1bc7c9d77e1ad0a064dd8e84
|
| 3 |
+
size 35761911584
|