netcat420/MFANN
Viewer • Updated • 1.64k • 67 • 5
How to use netcat420/MFANNv0.5-GGUF with Adapters:
from adapters import AutoAdapterModel
model = AutoAdapterModel.from_pretrained("undefined")
model.load_adapter("netcat420/MFANNv0.5-GGUF", set_active=True)How to use netcat420/MFANNv0.5-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="netcat420/MFANNv0.5-GGUF", filename="MFANNv0.5.gguf", )
llm.create_chat_completion( messages = "\"I like you. I love you\"" )
How to use netcat420/MFANNv0.5-GGUF with llama.cpp:
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf netcat420/MFANNv0.5-GGUF # Run inference directly in the terminal: llama-cli -hf netcat420/MFANNv0.5-GGUF
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf netcat420/MFANNv0.5-GGUF # Run inference directly in the terminal: llama-cli -hf netcat420/MFANNv0.5-GGUF
# 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 netcat420/MFANNv0.5-GGUF # Run inference directly in the terminal: ./llama-cli -hf netcat420/MFANNv0.5-GGUF
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 netcat420/MFANNv0.5-GGUF # Run inference directly in the terminal: ./build/bin/llama-cli -hf netcat420/MFANNv0.5-GGUF
docker model run hf.co/netcat420/MFANNv0.5-GGUF
How to use netcat420/MFANNv0.5-GGUF with Ollama:
ollama run hf.co/netcat420/MFANNv0.5-GGUF
How to use netcat420/MFANNv0.5-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 netcat420/MFANNv0.5-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 netcat420/MFANNv0.5-GGUF to start chatting
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for netcat420/MFANNv0.5-GGUF to start chatting
How to use netcat420/MFANNv0.5-GGUF with Docker Model Runner:
docker model run hf.co/netcat420/MFANNv0.5-GGUF
How to use netcat420/MFANNv0.5-GGUF with Lemonade:
# Download Lemonade from https://lemonade-server.ai/ lemonade pull netcat420/MFANNv0.5-GGUF
lemonade run user.MFANNv0.5-GGUF-{{QUANT_TAG}}lemonade list
MFANN chain of thought experiment developed my makhi burroughs.
3b version here: https://huggingface.co/netcat420/MFANN3bv0.4 BENCHMARKS: avg: 72.23 ARC: 68.86 HellaSwag: 86.65 MMLU: 63.63 TruthfulQA: 70.18 winogrande: 79.72 GSM8K: 64.37
We're not able to determine the quantization variants.