Instructions to use KatyTheCutie/LemonadeRP-Testing with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use KatyTheCutie/LemonadeRP-Testing with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="KatyTheCutie/LemonadeRP-Testing", filename="LemonadeRP-1.3.gguf", )
output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- llama.cpp
How to use KatyTheCutie/LemonadeRP-Testing with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf KatyTheCutie/LemonadeRP-Testing # Run inference directly in the terminal: llama-cli -hf KatyTheCutie/LemonadeRP-Testing
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf KatyTheCutie/LemonadeRP-Testing # Run inference directly in the terminal: llama-cli -hf KatyTheCutie/LemonadeRP-Testing
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 KatyTheCutie/LemonadeRP-Testing # Run inference directly in the terminal: ./llama-cli -hf KatyTheCutie/LemonadeRP-Testing
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 KatyTheCutie/LemonadeRP-Testing # Run inference directly in the terminal: ./build/bin/llama-cli -hf KatyTheCutie/LemonadeRP-Testing
Use Docker
docker model run hf.co/KatyTheCutie/LemonadeRP-Testing
- LM Studio
- Jan
- Ollama
How to use KatyTheCutie/LemonadeRP-Testing with Ollama:
ollama run hf.co/KatyTheCutie/LemonadeRP-Testing
- Unsloth Studio new
How to use KatyTheCutie/LemonadeRP-Testing 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 KatyTheCutie/LemonadeRP-Testing 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 KatyTheCutie/LemonadeRP-Testing to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for KatyTheCutie/LemonadeRP-Testing to start chatting
- Docker Model Runner
How to use KatyTheCutie/LemonadeRP-Testing with Docker Model Runner:
docker model run hf.co/KatyTheCutie/LemonadeRP-Testing
- Lemonade
How to use KatyTheCutie/LemonadeRP-Testing with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull KatyTheCutie/LemonadeRP-Testing
Run and chat with the model
lemonade run user.LemonadeRP-Testing-{{QUANT_TAG}}List all available models
lemonade list
- Xet hash:
- 49ebd10263460b543f10eccfefe68069774bb37a72b60f0fd159e7f82109d6a9
- Size of remote file:
- 4.14 GB
- SHA256:
- 1a2e08a9b1e7fd4673a0d7b3f2d955f2a53e74acb9b21becb80afe5ecf97acdd
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.