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
File size: 3,307 Bytes
60b176c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 | {
"architectures": [
"Qwen2_5_VLForConditionalGeneration"
],
"bos_token_id": null,
"torch_dtype": "float16",
"eos_token_id": 151645,
"image_token_id": 151655,
"model_name": "unsloth/Qwen2.5-VL-7B-Instruct-bnb-4bit",
"model_type": "qwen2_5_vl",
"pad_token_id": 151654,
"text_config": {
"architectures": [
"Qwen2_5_VLForConditionalGeneration"
],
"attention_dropout": 0.0,
"bos_token_id": 151643,
"torch_dtype": "float16",
"eos_token_id": 151645,
"hidden_act": "silu",
"hidden_size": 3584,
"image_token_id": null,
"initializer_range": 0.02,
"intermediate_size": 18944,
"layer_types": [
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention"
],
"max_position_embeddings": 128000,
"max_window_layers": 28,
"model_type": "qwen2_5_vl_text",
"num_attention_heads": 28,
"num_hidden_layers": 28,
"num_key_value_heads": 4,
"pad_token_id": null,
"rms_norm_eps": 1e-06,
"rope_parameters": {
"mrope_section": [
16,
24,
24
],
"rope_theta": 1000000.0,
"rope_type": "default",
"type": "default"
},
"sliding_window": null,
"use_cache": true,
"use_sliding_window": false,
"video_token_id": null,
"vision_end_token_id": 151653,
"vision_start_token_id": 151652,
"vision_token_id": 151654,
"vocab_size": 152064
},
"tie_word_embeddings": false,
"unsloth_fixed": true,
"unsloth_version": "2026.6.9",
"use_cache": false,
"video_token_id": 151656,
"vision_config": {
"depth": 32,
"torch_dtype": "float16",
"fullatt_block_indexes": [
7,
15,
23,
31
],
"hidden_act": "silu",
"hidden_size": 1280,
"in_channels": 3,
"in_chans": 3,
"initializer_range": 0.02,
"intermediate_size": 3420,
"model_type": "qwen2_5_vl_vision",
"num_heads": 16,
"out_hidden_size": 3584,
"patch_size": 14,
"spatial_merge_size": 2,
"spatial_patch_size": 14,
"temporal_patch_size": 2,
"tokens_per_second": 2,
"window_size": 112
},
"vision_end_token_id": 151653,
"vision_start_token_id": 151652,
"vision_token_id": 151654
} |