Instructions to use Aryanne/nois 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 Aryanne/nois 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 Aryanne/nois:Q4_0 # Run inference directly in the terminal: llama cli -hf Aryanne/nois:Q4_0
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf Aryanne/nois:Q4_0 # Run inference directly in the terminal: llama cli -hf Aryanne/nois:Q4_0
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 Aryanne/nois:Q4_0 # Run inference directly in the terminal: ./llama-cli -hf Aryanne/nois:Q4_0
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 Aryanne/nois:Q4_0 # Run inference directly in the terminal: ./build/bin/llama-cli -hf Aryanne/nois:Q4_0
Use Docker
docker model run hf.co/Aryanne/nois:Q4_0
- LM Studio
- Jan
- Ollama
How to use Aryanne/nois with Ollama:
ollama run hf.co/Aryanne/nois:Q4_0
- Unsloth Studio
How to use Aryanne/nois with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for Aryanne/nois to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for Aryanne/nois to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for Aryanne/nois to start chatting
- Docker Model Runner
How to use Aryanne/nois with Docker Model Runner:
docker model run hf.co/Aryanne/nois:Q4_0
- Lemonade
How to use Aryanne/nois with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Aryanne/nois:Q4_0
Run and chat with the model
lemonade run user.nois-Q4_0
List all available models
lemonade list
- Atomic Chat
Commit History
Upload sol.yaml with huggingface_hub 8622a95 verified
Delete kun-33p-new-50-clamped-q4_0.gguf 95e80d1 verified
Delete ereb-33p-new-50-clamped-q4_0.gguf 2a04fb9 verified
Delete ereb_sheabase-33p-new-50-clamped-q4_0.gguf bae717a verified
Upload ereb_sheabase-33p-new-50-clamped-q4_0.gguf with huggingface_hub 5b350be verified
Upload ereb-33p-new-50-clamped-q4_0.gguf with huggingface_hub d4d6bb7 verified
Upload kun-33p-new-50-clamped-q4_0.gguf with huggingface_hub a31feef verified
Rename sil-10p-q4_0.gguf to sil-10p-new-q4_0.gguf f5104d9 verified
Delete sil-2_k-7b.gguf f3fe150 verified
Rename sil-33p-new-32-q4_0.gguf to kun-33p-new-32-q4_0.gguf ceb7bd0 verified
Upload sil-33p-new-32-q4_0.gguf with huggingface_hub 0b92ad9 verified
Delete sil-50p-512-q4_0.gguf a0dee35 verified
Delete sil-dare-50p-33p-512-q4_0.gguf 21be7bc verified
Upload sil-dare-50p-33p-512-q4_0.gguf with huggingface_hub f272f5f verified
Upload sil-50p-512-q4_0.gguf with huggingface_hub 4a9b132 verified
Update model 159d3c1
Aryanne commited on
Rename q3_k_m.gguf to sil-10p-q4_0.gguf c69be51 verified
Rename original-q3_k_m.gguf to original-q4_0.gguf 9992917 verified
Update model 95563a2
Aryanne commited on
Update model 170f167
Aryanne commited on
Delete q3_k_m.gguf 38991b3 verified
Update model 6cb1136
Aryanne commited on