TeichAI/glm-4.7-2000x
Viewer • Updated • 1.98k • 64 • 94
How to use UmbrellaInc/Alexia.v2-1B-GGUF with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("UmbrellaInc/Alexia.v2-1B-GGUF", device_map="auto")How to use UmbrellaInc/Alexia.v2-1B-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 UmbrellaInc/Alexia.v2-1B-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf UmbrellaInc/Alexia.v2-1B-GGUF:Q4_K_M
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf UmbrellaInc/Alexia.v2-1B-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf UmbrellaInc/Alexia.v2-1B-GGUF:Q4_K_M
# 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 UmbrellaInc/Alexia.v2-1B-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf UmbrellaInc/Alexia.v2-1B-GGUF:Q4_K_M
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 UmbrellaInc/Alexia.v2-1B-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf UmbrellaInc/Alexia.v2-1B-GGUF:Q4_K_M
docker model run hf.co/UmbrellaInc/Alexia.v2-1B-GGUF:Q4_K_M
How to use UmbrellaInc/Alexia.v2-1B-GGUF with Ollama:
ollama run hf.co/UmbrellaInc/Alexia.v2-1B-GGUF:Q4_K_M
How to use UmbrellaInc/Alexia.v2-1B-GGUF with Docker Model Runner:
docker model run hf.co/UmbrellaInc/Alexia.v2-1B-GGUF:Q4_K_M
How to use UmbrellaInc/Alexia.v2-1B-GGUF with Lemonade:
# Download Lemonade from https://lemonade-server.ai/ lemonade pull UmbrellaInc/Alexia.v2-1B-GGUF:Q4_K_M
lemonade run user.Alexia.v2-1B-GGUF-Q4_K_M
lemonade list
Model creator: UmbrellaInc
Original model: UmbrellaInc/Alexia.v2-1B
GGUF quantization: provided by Novaciano using llama.cpp
🙏 Special thanks to Georgi Gerganov and the whole team working on llama.cpp for making all of this possible.
ollama run "hf.co/Novaciano/Alexia.v2-1B-GGUF:Q4_K_M"
lms load "Novaciano/Alexia.v2-1B-GGUF"
llama-cli --hf "Novaciano/Alexia.v2-1B-GGUF:Q4_K_M" -p "The meaning to life and the universe is"
llama-server --hf "Novaciano/Alexia.v2-1B-GGUF:Q4_K_M" -c 4096
4-bit
Base model
UmbrellaInc/Alexia.v2-1B