Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

kvfs
/
NFA-Panel-AI

GGUF
qwen2_5_vl
llama.cpp
unsloth
vision-language-model
conversational
Model card Files Files and versions
xet
Community

Instructions to use kvfs/NFA-Panel-AI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • llama.cpp

    How to use kvfs/NFA-Panel-AI with llama.cpp:

    Install (macOS, Linux)
    curl -LsSf https://llama.app/install.sh | sh
    # Start a local OpenAI-compatible server with a web UI:
    llama serve -hf kvfs/NFA-Panel-AI:F16
    # Run inference directly in the terminal:
    llama cli -hf kvfs/NFA-Panel-AI:F16
    Install from WinGet (Windows)
    winget install llama.cpp
    # Start a local OpenAI-compatible server with a web UI:
    llama serve -hf kvfs/NFA-Panel-AI:F16
    # Run inference directly in the terminal:
    llama cli -hf kvfs/NFA-Panel-AI:F16
    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 kvfs/NFA-Panel-AI:F16
    # Run inference directly in the terminal:
    ./llama-cli -hf kvfs/NFA-Panel-AI:F16
    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 kvfs/NFA-Panel-AI:F16
    # Run inference directly in the terminal:
    ./build/bin/llama-cli -hf kvfs/NFA-Panel-AI:F16
    Use Docker
    docker model run hf.co/kvfs/NFA-Panel-AI:F16
  • LM Studio
  • Jan
  • Ollama

    How to use kvfs/NFA-Panel-AI with Ollama:

    ollama run hf.co/kvfs/NFA-Panel-AI:F16
  • Unsloth Desktop
  • Docker Model Runner

    How to use kvfs/NFA-Panel-AI with Docker Model Runner:

    docker model run hf.co/kvfs/NFA-Panel-AI:F16
  • Lemonade

    How to use kvfs/NFA-Panel-AI with Lemonade:

    Pull the model
    # Download Lemonade from https://lemonade-server.ai/
    lemonade pull kvfs/NFA-Panel-AI:F16
    Run and chat with the model
    lemonade run user.NFA-Panel-AI-F16
    List all available models
    lemonade list
  • Atomic Chat
NFA-Panel-AI
6.04 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
kvfs's picture
kvfs
Add README
1f0f2c8 verified about 2 months ago
  • .gitattributes
    1.67 kB
    Trained with Unsloth about 2 months ago
  • Modelfile
    581 Bytes
    Trained with Unsloth - Ollama Modelfile about 2 months ago
  • Qwen2.5-VL-7B-Instruct.F16-mmproj.gguf
    1.35 GB
    xet
    Trained with Unsloth about 2 months ago
  • Qwen2.5-VL-7B-Instruct.Q4_K_M.gguf
    4.68 GB
    xet
    Trained with Unsloth about 2 months ago
  • README.md
    1.13 kB
    Add README about 2 months ago
  • config.json
    3.31 kB
    Trained with Unsloth - config about 2 months ago