Instructions to use Endevor/EndlessRP-v1-7B-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 Endevor/EndlessRP-v1-7B-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 Endevor/EndlessRP-v1-7B-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf Endevor/EndlessRP-v1-7B-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 Endevor/EndlessRP-v1-7B-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf Endevor/EndlessRP-v1-7B-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 Endevor/EndlessRP-v1-7B-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf Endevor/EndlessRP-v1-7B-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 Endevor/EndlessRP-v1-7B-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf Endevor/EndlessRP-v1-7B-GGUF:Q4_K_M
Use Docker
docker model run hf.co/Endevor/EndlessRP-v1-7B-GGUF:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use Endevor/EndlessRP-v1-7B-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "Endevor/EndlessRP-v1-7B-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Endevor/EndlessRP-v1-7B-GGUF", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/Endevor/EndlessRP-v1-7B-GGUF:Q4_K_M
- Ollama
How to use Endevor/EndlessRP-v1-7B-GGUF with Ollama:
ollama run hf.co/Endevor/EndlessRP-v1-7B-GGUF:Q4_K_M
- Unsloth Desktop
- Docker Model Runner
How to use Endevor/EndlessRP-v1-7B-GGUF with Docker Model Runner:
docker model run hf.co/Endevor/EndlessRP-v1-7B-GGUF:Q4_K_M
- Lemonade
How to use Endevor/EndlessRP-v1-7B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Endevor/EndlessRP-v1-7B-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.EndlessRP-v1-7B-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
This model is recommended for RP, but you can use it as assistant as well. Please, give it a try.
Version v3 is here.
Prompt Format:
- Extended Alpaca Format As for exemple from lemonilia/LimaRP-Mistral-7B-v0.1. Use ### Response: (length = huge) for exemple, to increase length.
Key features (What I observed):
Merely good reasoning.
Follows, understand and remember character card well even at 9k~ context. I haven't tested more than 9k yet.
Good for multi-turn.
Good for creative writing, creating concise stories/texts without repetitiveness or hallucinations on my tests.
Follows the character personality well. I tested with a lot and it gave good results.
If you like * asterisks rather "quotes" or vice versa, this model is for you. It does not mistakenly use quotes to describe actions.
Edit: I tested with quotes and it works very well for dialogs.
- Downloads last month
- 33
4-bit
6-bit
8-bit