Instructions to use ikawrakow/various-2bit-sota-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 ikawrakow/various-2bit-sota-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 ikawrakow/various-2bit-sota-gguf # Run inference directly in the terminal: llama cli -hf ikawrakow/various-2bit-sota-gguf
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf ikawrakow/various-2bit-sota-gguf # Run inference directly in the terminal: llama cli -hf ikawrakow/various-2bit-sota-gguf
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 ikawrakow/various-2bit-sota-gguf # Run inference directly in the terminal: ./llama-cli -hf ikawrakow/various-2bit-sota-gguf
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 ikawrakow/various-2bit-sota-gguf # Run inference directly in the terminal: ./build/bin/llama-cli -hf ikawrakow/various-2bit-sota-gguf
Use Docker
docker model run hf.co/ikawrakow/various-2bit-sota-gguf
- LM Studio
- Jan
- Ollama
How to use ikawrakow/various-2bit-sota-gguf with Ollama:
ollama run hf.co/ikawrakow/various-2bit-sota-gguf
- Unsloth Desktop
- Docker Model Runner
How to use ikawrakow/various-2bit-sota-gguf with Docker Model Runner:
docker model run hf.co/ikawrakow/various-2bit-sota-gguf
- Lemonade
How to use ikawrakow/various-2bit-sota-gguf with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull ikawrakow/various-2bit-sota-gguf
Run and chat with the model
lemonade run user.various-2bit-sota-gguf-{{QUANT_TAG}}List all available models
lemonade list
- Atomic Chat
Adding Mistral instruct models
Browse files
mistral-instruct-7b-2.43bpw.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a09fd67b8a5cd3f54bd0416653aa05c96be8fc0a2f2b131893ee06fc32826dbe
|
| 3 |
+
size 2199192128
|
mixtral-instruct-8x7b-2.34bpw.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:64ff0af5ee6eda83e7aaf7e77e71786ee061f429dcc73eacd902396e6d2a9946
|
| 3 |
+
size 13671969024
|