Instructions to use NeverSleep/Noromaid-13b-v0.2-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 NeverSleep/Noromaid-13b-v0.2-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 NeverSleep/Noromaid-13b-v0.2-GGUF:Q4_K_S # Run inference directly in the terminal: llama cli -hf NeverSleep/Noromaid-13b-v0.2-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 NeverSleep/Noromaid-13b-v0.2-GGUF:Q4_K_S # Run inference directly in the terminal: llama cli -hf NeverSleep/Noromaid-13b-v0.2-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 NeverSleep/Noromaid-13b-v0.2-GGUF:Q4_K_S # Run inference directly in the terminal: ./llama-cli -hf NeverSleep/Noromaid-13b-v0.2-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 NeverSleep/Noromaid-13b-v0.2-GGUF:Q4_K_S # Run inference directly in the terminal: ./build/bin/llama-cli -hf NeverSleep/Noromaid-13b-v0.2-GGUF:Q4_K_S
Use Docker
docker model run hf.co/NeverSleep/Noromaid-13b-v0.2-GGUF:Q4_K_S
- LM Studio
- Jan
- Ollama
How to use NeverSleep/Noromaid-13b-v0.2-GGUF with Ollama:
ollama run hf.co/NeverSleep/Noromaid-13b-v0.2-GGUF:Q4_K_S
- Unsloth Desktop
- Docker Model Runner
How to use NeverSleep/Noromaid-13b-v0.2-GGUF with Docker Model Runner:
docker model run hf.co/NeverSleep/Noromaid-13b-v0.2-GGUF:Q4_K_S
- Lemonade
How to use NeverSleep/Noromaid-13b-v0.2-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull NeverSleep/Noromaid-13b-v0.2-GGUF:Q4_K_S
Run and chat with the model
lemonade run user.Noromaid-13b-v0.2-GGUF-Q4_K_S
List all available models
lemonade list
- Atomic Chat
Rename Noromaid-13b-v0.2-5.q5_k_m.gguf to Noromaid-13b-v0.2.q5_k_m.gguf
Browse files
.gitattributes
CHANGED
|
@@ -38,3 +38,4 @@ Noromaid-13b-v0.2-5.q5_k_m.gguf filter=lfs diff=lfs merge=lfs -text
|
|
| 38 |
Noromaid-13b-v0.2-5.q6_k.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
Noromaid-13b-v0.2-5.q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
Noromaid-13b-v0.2.q4_k_s.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 38 |
Noromaid-13b-v0.2-5.q6_k.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
Noromaid-13b-v0.2-5.q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
Noromaid-13b-v0.2.q4_k_s.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
Noromaid-13b-v0.2.q5_k_m.gguf filter=lfs diff=lfs merge=lfs -text
|
Noromaid-13b-v0.2-5.q5_k_m.gguf → Noromaid-13b-v0.2.q5_k_m.gguf
RENAMED
|
File without changes
|