Instructions to use nocudaexe/Neural-Dark-Waifu-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 nocudaexe/Neural-Dark-Waifu-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 nocudaexe/Neural-Dark-Waifu-V0.2-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf nocudaexe/Neural-Dark-Waifu-V0.2-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf nocudaexe/Neural-Dark-Waifu-V0.2-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf nocudaexe/Neural-Dark-Waifu-V0.2-GGUF:Q4_K_M
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 nocudaexe/Neural-Dark-Waifu-V0.2-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf nocudaexe/Neural-Dark-Waifu-V0.2-GGUF:Q4_K_M
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 nocudaexe/Neural-Dark-Waifu-V0.2-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf nocudaexe/Neural-Dark-Waifu-V0.2-GGUF:Q4_K_M
Use Docker
docker model run hf.co/nocudaexe/Neural-Dark-Waifu-V0.2-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use nocudaexe/Neural-Dark-Waifu-V0.2-GGUF with Ollama:
ollama run hf.co/nocudaexe/Neural-Dark-Waifu-V0.2-GGUF:Q4_K_M
- Unsloth Desktop
- Docker Model Runner
How to use nocudaexe/Neural-Dark-Waifu-V0.2-GGUF with Docker Model Runner:
docker model run hf.co/nocudaexe/Neural-Dark-Waifu-V0.2-GGUF:Q4_K_M
- Lemonade
How to use nocudaexe/Neural-Dark-Waifu-V0.2-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull nocudaexe/Neural-Dark-Waifu-V0.2-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Neural-Dark-Waifu-V0.2-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
GGUF of nocudaexe/Neural-Dark-Waifu-v0.2 Tested to 15872 tokens! I figured out quantization, Q4 and Q5 now available!
The first attempt at Neural-Dark-Waifu started showing strange behaviour at 4-8k context, so I re-merged, and did more testing, this one is exhibiting the correct behaviours An attempt to merge mlabonne/AlphaMonarch-7B excellent chat ability, with a bunch of ERP thrown at it to bring down it's guardrails, as well as Test157t/Kunocchini-7b-128k-test to increase context
license: apache-2.0 tags: - merge - mergekit - lazymergekit - nocudaexe/Dark-Waifu-7b - nocudaexe/Infinite-Waifu
DarkNeural
DarkNeural is a merge of the following models using mergekit:
🧩 Configuration
```yamlmodels: # No parameters necessary for base model
- model: nocudaexe/Dark-Waifu-7b parameters: density: 0.33 weight: 0.4
- model: nocudaexe/Infinite-Waifu parameters: density: 0.38 weight: 0.3 merge_method: Slerp
parameters: int8_mask: true dtype: bfloat16 ```
- Downloads last month
- 30
4-bit
5-bit
8-bit
16-bit
