How to use from
llama.cppInstall from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf QuantFactory/Memory-9-GGUF:# Run inference directly in the terminal:
llama-cli -hf QuantFactory/Memory-9-GGUF: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 QuantFactory/Memory-9-GGUF:# Run inference directly in the terminal:
./llama-cli -hf QuantFactory/Memory-9-GGUF: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 QuantFactory/Memory-9-GGUF:# Run inference directly in the terminal:
./build/bin/llama-cli -hf QuantFactory/Memory-9-GGUF:Use Docker
docker model run hf.co/QuantFactory/Memory-9-GGUF:Quick Links
QuantFactory/Memory-9-GGUF
This is quantized version of ClaudioItaly/Memory-9 created using llama.cpp
Original Model Card
merge
This is a merge of pre-trained language models created using mergekit.
Merge Details
Merge Method
This model was merged using the SLERP merge method.
Models Merged
The following models were included in the merge:
Configuration
The following YAML configuration was used to produce this model:
models:
- model: ArliAI/Gemma-2-9B-ArliAI-RPMax-v1.1
- model: UCLA-AGI/Gemma-2-9B-It-SPPO-Iter3
merge_method: slerp
base_model: ArliAI/Gemma-2-9B-ArliAI-RPMax-v1.1
dtype: bfloat16
parameters:
t: [0, 0.5, 1, 0.5, 0] # V shaped curve: Hermes for input & output, WizardMath in the middle layers
- Downloads last month
- 129
Hardware compatibility
Log In to add your hardware
2-bit
3-bit
4-bit
5-bit
6-bit
8-bit
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support
Install from brew
# Start a local OpenAI-compatible server with a web UI: llama-server -hf QuantFactory/Memory-9-GGUF:# Run inference directly in the terminal: llama-cli -hf QuantFactory/Memory-9-GGUF: