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-iMat-IQ3_XXXL2.gguf
Browse files- .gitattributes +1 -0
- miqu-1-70b-Requant-iMat-IQ3_XXXL2.gguf +3 -0
.gitattributes
CHANGED
|
@@ -67,3 +67,4 @@ 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
|
| 69 |
miqu-1-70b-Requant-iMat-IQ3_IQ4_XS.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
|
| 69 |
miqu-1-70b-Requant-iMat-IQ3_IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 70 |
+
miqu-1-70b-Requant-iMat-IQ3_XXXL2.gguf filter=lfs diff=lfs merge=lfs -text
|
miqu-1-70b-Requant-iMat-IQ3_XXXL2.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4176bd4784059615f8c9f2b3be572b00f836f092d365335a4c1aa8db07298102
|
| 3 |
+
size 34323592992
|