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-Requant-b2867-iMat-En-c512-IQ4_XSR_old.gguf
Browse files
.gitattributes
CHANGED
|
@@ -65,3 +65,4 @@ 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
|
| 66 |
miqu-1-70b-Requant-iMat-En-c512-IQ3_MR.gguf filter=lfs diff=lfs merge=lfs -text
|
| 67 |
miqu-1-70b-Requant-iMat-En-c512-IQ3_BLR.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
|
| 66 |
miqu-1-70b-Requant-iMat-En-c512-IQ3_MR.gguf filter=lfs diff=lfs merge=lfs -text
|
| 67 |
miqu-1-70b-Requant-iMat-En-c512-IQ3_BLR.gguf filter=lfs diff=lfs merge=lfs -text
|
| 68 |
+
miqu-1-70b-Requant-b2867-iMat-En-c512-IQ4_XSR_old.gguf filter=lfs diff=lfs merge=lfs -text
|
miqu-1-70b-Requant-b2867-iMat-En-c512-IQ4_XSR_old.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:222bf954b59a788dea91d5a2e727d3e73576e630dfb97c8dfa9472ff0fe3fd24
|
| 3 |
+
size 33348548288
|