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 Nous-Hermes-2-SOLAR-10.7B 2-bit quants
Browse files
nous-hermes-2-10.7b-2.18bpw.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:98a42830c3f384f6cbadea3c0b175b2f91ea9f3378db52df39fa36cb00fe5d79
|
| 3 |
+
size 2920610272
|
nous-hermes-2-10.7b-2.70bpw.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec28d91f6e77aad2a99059ef29a2b8ccfd4fb57e9edeb556888f4ec66b07d964
|
| 3 |
+
size 3617782240
|