Eve 2
Collection
Eve 2 family of models; 272M parameter MoE IT Specialist Agents • 19 items • Updated • 1
How to use anthonym21/Eve-2-MoE-NanoFunction-272M-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="anthonym21/Eve-2-MoE-NanoFunction-272M-GGUF", filename="Eve-2-MoE-NanoFunction-272M-Q4_K_M.gguf", )
output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
How to use anthonym21/Eve-2-MoE-NanoFunction-272M-GGUF with llama.cpp:
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf anthonym21/Eve-2-MoE-NanoFunction-272M-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf anthonym21/Eve-2-MoE-NanoFunction-272M-GGUF:Q4_K_M
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf anthonym21/Eve-2-MoE-NanoFunction-272M-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf anthonym21/Eve-2-MoE-NanoFunction-272M-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 anthonym21/Eve-2-MoE-NanoFunction-272M-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf anthonym21/Eve-2-MoE-NanoFunction-272M-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 anthonym21/Eve-2-MoE-NanoFunction-272M-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf anthonym21/Eve-2-MoE-NanoFunction-272M-GGUF:Q4_K_M
docker model run hf.co/anthonym21/Eve-2-MoE-NanoFunction-272M-GGUF:Q4_K_M
How to use anthonym21/Eve-2-MoE-NanoFunction-272M-GGUF with Ollama:
ollama run hf.co/anthonym21/Eve-2-MoE-NanoFunction-272M-GGUF:Q4_K_M
How to use anthonym21/Eve-2-MoE-NanoFunction-272M-GGUF with Unsloth Studio:
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for anthonym21/Eve-2-MoE-NanoFunction-272M-GGUF to start chatting
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for anthonym21/Eve-2-MoE-NanoFunction-272M-GGUF to start chatting
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for anthonym21/Eve-2-MoE-NanoFunction-272M-GGUF to start chatting
How to use anthonym21/Eve-2-MoE-NanoFunction-272M-GGUF with Docker Model Runner:
docker model run hf.co/anthonym21/Eve-2-MoE-NanoFunction-272M-GGUF:Q4_K_M
How to use anthonym21/Eve-2-MoE-NanoFunction-272M-GGUF with Lemonade:
# Download Lemonade from https://lemonade-server.ai/ lemonade pull anthonym21/Eve-2-MoE-NanoFunction-272M-GGUF:Q4_K_M
lemonade run user.Eve-2-MoE-NanoFunction-272M-GGUF-Q4_K_M
lemonade list
GGUF quantizations of anthonym21/Eve-2-MoE-NanoFunction-272M.
| Quantization | Filename | Size |
|---|---|---|
| Q8_0 | Eve-2-MoE-NanoFunction-272M-Q8_0.gguf | 290.9 MB |
| Q4_K_M | Eve-2-MoE-NanoFunction-272M-Q4_K_M.gguf | 189.5 MB |
ollama run anthonym21/eve-2-moe-nanofunction-272m
llama-cli -m Eve-2-MoE-NanoFunction-272M-Q4_K_M.gguf -p "Your prompt here"
This is a quantized version of anthonym21/Eve-2-MoE-NanoFunction-272M.
4-bit
8-bit
Base model
anthonym21/Eve-2-MoE-272M