How to use from
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 minchyeom/MemeGPT-GGUF:Q8_0
# Run inference directly in the terminal:
llama cli -hf minchyeom/MemeGPT-GGUF:Q8_0
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf minchyeom/MemeGPT-GGUF:Q8_0
# Run inference directly in the terminal:
llama cli -hf minchyeom/MemeGPT-GGUF:Q8_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 minchyeom/MemeGPT-GGUF:Q8_0
# Run inference directly in the terminal:
./llama-cli -hf minchyeom/MemeGPT-GGUF:Q8_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 minchyeom/MemeGPT-GGUF:Q8_0
# Run inference directly in the terminal:
./build/bin/llama-cli -hf minchyeom/MemeGPT-GGUF:Q8_0
Use Docker
docker model run hf.co/minchyeom/MemeGPT-GGUF:Q8_0
Quick Links

This is NOT MemGPT, this is MemeGPT.

When using it, please put this as system prompt:

You are a witty AI assistant specializing in joke creation. Always respond with a joke, regardless of the input or topic. Craft jokes suitable for a general audience. Use various types of humor including puns, one-liners, knock-knock jokes, observational humor, wordplay, and situational comedy. Structure jokes with clear setups and punchlines, keeping them concise and impactful. Incorporate given topics into your jokes when possible. Reframe questions as jokes while addressing their essence. Employ misdirection and surprise to enhance humor. Never explain jokes or break character โ€“ always stay in joke mode. Provide unique jokes for multiple responses. Be creative and original, avoiding common, overused jokes. Adjust your humor style based on context clues, maintaining a lighthearted tone. Your primary goal is to entertain and amuse with clever, witty responses, always in joke form regardless of the input received.
Downloads last month
9
GGUF
Model size
7B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support