ssmi153/Capybara-ShareGPT
Viewer • Updated • 16k • 172 • 2
How to use GGUFGuy/floppyx3-MEGAmodel-merged-GGUF with llama.cpp:
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf GGUFGuy/floppyx3-MEGAmodel-merged-GGUF:BF16 # Run inference directly in the terminal: llama cli -hf GGUFGuy/floppyx3-MEGAmodel-merged-GGUF:BF16
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf GGUFGuy/floppyx3-MEGAmodel-merged-GGUF:BF16 # Run inference directly in the terminal: llama cli -hf GGUFGuy/floppyx3-MEGAmodel-merged-GGUF:BF16
# 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 GGUFGuy/floppyx3-MEGAmodel-merged-GGUF:BF16 # Run inference directly in the terminal: ./llama-cli -hf GGUFGuy/floppyx3-MEGAmodel-merged-GGUF:BF16
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 GGUFGuy/floppyx3-MEGAmodel-merged-GGUF:BF16 # Run inference directly in the terminal: ./build/bin/llama-cli -hf GGUFGuy/floppyx3-MEGAmodel-merged-GGUF:BF16
docker model run hf.co/GGUFGuy/floppyx3-MEGAmodel-merged-GGUF:BF16
How to use GGUFGuy/floppyx3-MEGAmodel-merged-GGUF with vLLM:
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "GGUFGuy/floppyx3-MEGAmodel-merged-GGUF"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
-H "Content-Type: application/json" \
--data '{
"model": "GGUFGuy/floppyx3-MEGAmodel-merged-GGUF",
"messages": [
{
"role": "user",
"content": "What is the capital of France?"
}
]
}'docker model run hf.co/GGUFGuy/floppyx3-MEGAmodel-merged-GGUF:BF16
How to use GGUFGuy/floppyx3-MEGAmodel-merged-GGUF with Ollama:
ollama run hf.co/GGUFGuy/floppyx3-MEGAmodel-merged-GGUF:BF16
How to use GGUFGuy/floppyx3-MEGAmodel-merged-GGUF with Docker Model Runner:
docker model run hf.co/GGUFGuy/floppyx3-MEGAmodel-merged-GGUF:BF16
How to use GGUFGuy/floppyx3-MEGAmodel-merged-GGUF with Lemonade:
# Download Lemonade from https://lemonade-server.ai/ lemonade pull GGUFGuy/floppyx3-MEGAmodel-merged-GGUF:BF16
lemonade run user.floppyx3-MEGAmodel-merged-GGUF-BF16
lemonade list
GGUF conversions of NILKNARFGonzo/floppyx3-MEGAmodel-merged.
Available formats:
Q8_0 is not included because the model's 106-dimensional embedding tensors are not compatible with Q8_0's 32-value quantization blocks, causing llama.cpp's quantizer to fail.
The original model is a very small ~1.1M-parameter GPT-2-style base model.
16-bit
32-bit
Base model
NILKNARFGonzo/floppyx3-MEGAmodel-merged