huggingface-local-models

Discover and deploy local Hugging Face GGUF models with llama.cpp workflows.

Updated May 5, 2026
One-click install
npx skills add https://github.com/yanochka11/harness_bro --skill huggingface-local-models-yanochka11
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: huggingface-local-models
Source: https://github.com/yanochka11/harness_bro/tree/main/.claude/skills/ported/huggingface-local-models
Command: npx skills add https://github.com/yanochka11/harness_bro --skill huggingface-local-models-yanochka11

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps developers run Hugging Face models locally by simplifying GGUF discovery, quant selection, conversion decisions, and llama.cpp deployment workflows.

Core Features & Use Cases

  • Local Model Discovery: Find llama.cpp-compatible GGUF models on Hugging Face and identify suitable quantizations.
  • Model Deployment Guidance: Build llama-cli and llama-server commands for CPU, Metal, CUDA, and ROCm environments.
  • Use Case: Configure a local AI coding assistant by selecting an appropriate GGUF quant, downloading the correct model file, and launching an OpenAI-compatible inference server.

Quick Start

Use the huggingface-local-models skill to find and launch the best GGUF model for my local hardware.

Frequently Asked Questions about huggingface-local-models

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run Hugging Face models locally using GGUF files?

To run Hugging Face models locally, this skill finds suitable GGUF files on Hugging Face and provides llama.cpp-compatible workflows for deployment. It guides you through exact model file identification and quantization selection to launch an OpenAI-compatible inference server.

What is the best way to choose a quantization for a local inference server?

The best way to choose quantization for a local inference server is evaluating your hardware capabilities. This skill recommends suitable GGUF quants based on your specific CPU, Metal, CUDA, or ROCm environment to balance performance and resource efficiency.

Can I configure llama.cpp for CUDA and ROCm hardware acceleration?

Yes, you can configure llama.cpp for CUDA and ROCm hardware acceleration. This skill generates tailored llama-cli and llama-server deployment commands that specifically target your available hardware environment for optimized local model inference.

How do I set up an OpenAI-compatible serving configuration with llama-server?

To set up an OpenAI-compatible serving configuration, this skill builds the exact llama-server commands needed for your environment. It configures the local inference server using your selected GGUF model and hardware acceleration settings.

Do I need to convert models to GGUF format before using llama.cpp workflows?

You do not necessarily need to convert models yourself because this skill identifies existing GGUF files on Hugging Face. It provides conversion decision guidance and locates pre-quantized model files ready for direct llama.cpp deployment.

Why does my local AI coding assistant need a specific GGUF quant?

A local AI coding assistant needs a specific GGUF quant to match your hardware constraints. Selecting an inappropriate quantization can cause out-of-memory errors or suboptimal inference speed, which this skill helps avoid through hardware-aware recommendations.