Flagships
Collection
My flagship models that actually work or are the best I have capable from a category currently. • 12 items • Updated
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf AbstractPhil/clips:# Run inference directly in the terminal:
llama-cli -hf AbstractPhil/clips:# 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 AbstractPhil/clips:# Run inference directly in the terminal:
./llama-cli -hf AbstractPhil/clips: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 AbstractPhil/clips:# Run inference directly in the terminal:
./build/bin/llama-cli -hf AbstractPhil/clips:docker model run hf.co/AbstractPhil/clips:It's a clip dump. I've been hording them for a long time and I'm tired of fighting with the Civit service to upload them one or two at a time with a nice presentation.
3-bit
4-bit
8-bit
Install from brew
# Start a local OpenAI-compatible server with a web UI: llama-server -hf AbstractPhil/clips:# Run inference directly in the terminal: llama-cli -hf AbstractPhil/clips: