Instructions to use Gryphe/Various-Quants 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 Gryphe/Various-Quants 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 Gryphe/Various-Quants:Q6_K # Run inference directly in the terminal: llama cli -hf Gryphe/Various-Quants:Q6_K
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf Gryphe/Various-Quants:Q6_K # Run inference directly in the terminal: llama cli -hf Gryphe/Various-Quants:Q6_K
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 Gryphe/Various-Quants:Q6_K # Run inference directly in the terminal: ./llama-cli -hf Gryphe/Various-Quants:Q6_K
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 Gryphe/Various-Quants:Q6_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf Gryphe/Various-Quants:Q6_K
Use Docker
docker model run hf.co/Gryphe/Various-Quants:Q6_K
- LM Studio
- Jan
- Ollama
How to use Gryphe/Various-Quants with Ollama:
ollama run hf.co/Gryphe/Various-Quants:Q6_K
- Unsloth Desktop
- Docker Model Runner
How to use Gryphe/Various-Quants with Docker Model Runner:
docker model run hf.co/Gryphe/Various-Quants:Q6_K
- Lemonade
How to use Gryphe/Various-Quants with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Gryphe/Various-Quants:Q6_K
Run and chat with the model
lemonade run user.Various-Quants-Q6_K
List all available models
lemonade list
- Atomic Chat
Upload nyaa-7b.q6_K.gguf
Browse files- .gitattributes +1 -0
- nyaa-7b.q6_K.gguf +3 -0
.gitattributes
CHANGED
|
@@ -41,3 +41,4 @@ MergeMonster-7b-20231124.q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
|
| 41 |
MergeMonster-13b-20231124.q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
tiamat-7b.q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
tiamat-7b.q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 41 |
MergeMonster-13b-20231124.q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
tiamat-7b.q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
tiamat-7b.q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
nyaa-7b.q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
nyaa-7b.q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:574a2b02ec9fd7cea5f32a2ae96ad1a01e7f894c2ffca5d596083b839c045b33
|
| 3 |
+
size 5942078624
|