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

Alexchuang
/
cgcengine-models

GGUF
imatrix
conversational
Model card Files Files and versions
xet
Community

Instructions to use Alexchuang/cgcengine-models 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 Alexchuang/cgcengine-models 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 Alexchuang/cgcengine-models:UD-IQ3_S
    # Run inference directly in the terminal:
    llama cli -hf Alexchuang/cgcengine-models:UD-IQ3_S
    Install from WinGet (Windows)
    winget install llama.cpp
    # Start a local OpenAI-compatible server with a web UI:
    llama serve -hf Alexchuang/cgcengine-models:UD-IQ3_S
    # Run inference directly in the terminal:
    llama cli -hf Alexchuang/cgcengine-models:UD-IQ3_S
    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 Alexchuang/cgcengine-models:UD-IQ3_S
    # Run inference directly in the terminal:
    ./llama-cli -hf Alexchuang/cgcengine-models:UD-IQ3_S
    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 Alexchuang/cgcengine-models:UD-IQ3_S
    # Run inference directly in the terminal:
    ./build/bin/llama-cli -hf Alexchuang/cgcengine-models:UD-IQ3_S
    Use Docker
    docker model run hf.co/Alexchuang/cgcengine-models:UD-IQ3_S
  • LM Studio
  • Jan
  • Ollama

    How to use Alexchuang/cgcengine-models with Ollama:

    ollama run hf.co/Alexchuang/cgcengine-models:UD-IQ3_S
  • Unsloth Desktop
  • Pi

    How to use Alexchuang/cgcengine-models with Pi:

    Start the llama.cpp server
    # Install llama.cpp:
    brew install llama.cpp
    # Start a local OpenAI-compatible server:
    llama serve -hf Alexchuang/cgcengine-models:UD-IQ3_S
    Configure the model in Pi
    # Install Pi:
    npm install -g @earendil-works/pi-coding-agent
    # Add to ~/.pi/agent/models.json:
    {
      "providers": {
        "llama-cpp": {
          "baseUrl": "http://localhost:8080/v1",
          "api": "openai-completions",
          "apiKey": "none",
          "models": [
            {
              "id": "Alexchuang/cgcengine-models:UD-IQ3_S"
            }
          ]
        }
      }
    }
    Run Pi
    # Start Pi in your project directory:
    pi
  • Docker Model Runner

    How to use Alexchuang/cgcengine-models with Docker Model Runner:

    docker model run hf.co/Alexchuang/cgcengine-models:UD-IQ3_S
  • Lemonade

    How to use Alexchuang/cgcengine-models with Lemonade:

    Pull the model
    # Download Lemonade from https://lemonade-server.ai/
    lemonade pull Alexchuang/cgcengine-models:UD-IQ3_S
    Run and chat with the model
    lemonade run user.cgcengine-models-UD-IQ3_S
    List all available models
    lemonade list
  • Hermes Agent

    How to use Alexchuang/cgcengine-models with Hermes Agent:

    Start the llama.cpp server
    # Install llama.cpp:
    brew install llama.cpp
    # Start a local OpenAI-compatible server:
    llama serve -hf Alexchuang/cgcengine-models:UD-IQ3_S
    Configure Hermes
    # Install Hermes:
    curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash
    hermes setup
    # Point Hermes at the local server:
    hermes config set model.provider custom
    hermes config set model.base_url http://127.0.0.1:8080/v1
    hermes config set model.default Alexchuang/cgcengine-models:UD-IQ3_S
    Run Hermes
    hermes
  • Atomic Chat
  • OpenClaw

    How to use Alexchuang/cgcengine-models with OpenClaw:

    Start the llama.cpp server
    # Install llama.cpp:
    brew install llama.cpp
    # Start a local OpenAI-compatible server:
    llama serve -hf Alexchuang/cgcengine-models:UD-IQ3_S
    Configure OpenClaw
    # Install OpenClaw:
    npm install -g openclaw@latest
    # Register the local server and set it as the default model:
    openclaw onboard --non-interactive --mode local \
      --auth-choice custom-api-key \
      --custom-base-url http://127.0.0.1:8080/v1 \
      --custom-model-id "Alexchuang/cgcengine-models:UD-IQ3_S" \
      --custom-provider-id llama-cpp \
      --custom-compatibility openai \
      --custom-text-input \
      --accept-risk \
      --skip-health
    Run OpenClaw
    openclaw agent --local --agent main --message "Hello from Hugging Face"
cgcengine-models
79.5 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
Alexchuang's picture
Alexchuang
Upload Ornith-1.5-35B-A3B-IQ3_XXS.gguf with huggingface_hub
fa2cc5c verified 10 days ago
  • .gitattributes
    1.97 kB
    Upload Ornith-1.5-35B-A3B-IQ3_XXS.gguf with huggingface_hub 10 days ago
  • Huihui-Qwen3.8-27B-abliterated-UD-IQ3_S.gguf
    12 GB
    xet
    Upload Huihui-Qwen3.8-27B-abliterated-UD-IQ3_S.gguf with huggingface_hub 11 days ago
  • Nail-Qwen3.6-35B-A3B-MTP-UD-IQ3_XXS-denseIQ4X.gguf
    13.7 GB
    xet
    Upload Nail-Qwen3.6-35B-A3B-MTP-UD-IQ3_XXS-denseIQ4X.gguf with huggingface_hub 11 days ago
  • Nail-Qwen3.6-35B-A3B-MTP-UD-IQ3_XXS.gguf
    14.1 GB
    xet
    Upload Nail-Qwen3.6-35B-A3B-MTP-UD-IQ3_XXS.gguf with huggingface_hub 11 days ago
  • Ornith-1.5-35B-A3B-IQ3_XXS.gguf
    15.3 GB
    xet
    Upload Ornith-1.5-35B-A3B-IQ3_XXS.gguf with huggingface_hub 10 days ago
  • Qwen3.6-35B-A3B-UD-IQ3_XXS.gguf
    13.2 GB
    xet
    Upload Qwen3.6-35B-A3B-UD-IQ3_XXS.gguf with huggingface_hub 11 days ago
  • gemma-4-26B-A4B-it-UD-IQ3_S.gguf
    11.3 GB
    xet
    Upload gemma-4-26B-A4B-it-UD-IQ3_S.gguf with huggingface_hub 11 days ago