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

Myric
/
ERNIE-4.5-21B-A3B-APEX-GGUF

Text Generation
GGUF
Mixture of Experts
apex
quantized
ernie
llama.cpp
imatrix
conversational
Model card Files Files and versions
xet
Community
1

Instructions to use Myric/ERNIE-4.5-21B-A3B-APEX-GGUF 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 Myric/ERNIE-4.5-21B-A3B-APEX-GGUF 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 Myric/ERNIE-4.5-21B-A3B-APEX-GGUF
    # Run inference directly in the terminal:
    llama cli -hf Myric/ERNIE-4.5-21B-A3B-APEX-GGUF
    Install from WinGet (Windows)
    winget install llama.cpp
    # Start a local OpenAI-compatible server with a web UI:
    llama serve -hf Myric/ERNIE-4.5-21B-A3B-APEX-GGUF
    # Run inference directly in the terminal:
    llama cli -hf Myric/ERNIE-4.5-21B-A3B-APEX-GGUF
    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 Myric/ERNIE-4.5-21B-A3B-APEX-GGUF
    # Run inference directly in the terminal:
    ./llama-cli -hf Myric/ERNIE-4.5-21B-A3B-APEX-GGUF
    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 Myric/ERNIE-4.5-21B-A3B-APEX-GGUF
    # Run inference directly in the terminal:
    ./build/bin/llama-cli -hf Myric/ERNIE-4.5-21B-A3B-APEX-GGUF
    Use Docker
    docker model run hf.co/Myric/ERNIE-4.5-21B-A3B-APEX-GGUF
  • LM Studio
  • Jan
  • vLLM

    How to use Myric/ERNIE-4.5-21B-A3B-APEX-GGUF with vLLM:

    Install from pip and serve model
    # Install vLLM from pip:
    pip install vllm
    # Start the vLLM server:
    vllm serve "Myric/ERNIE-4.5-21B-A3B-APEX-GGUF"
    # Call the server using curl (OpenAI-compatible API):
    curl -X POST "http://localhost:8000/v1/chat/completions" \
    	-H "Content-Type: application/json" \
    	--data '{
    		"model": "Myric/ERNIE-4.5-21B-A3B-APEX-GGUF",
    		"messages": [
    			{
    				"role": "user",
    				"content": "What is the capital of France?"
    			}
    		]
    	}'
    Use Docker
    docker model run hf.co/Myric/ERNIE-4.5-21B-A3B-APEX-GGUF
  • Ollama

    How to use Myric/ERNIE-4.5-21B-A3B-APEX-GGUF with Ollama:

    ollama run hf.co/Myric/ERNIE-4.5-21B-A3B-APEX-GGUF
  • Unsloth Desktop
  • Docker Model Runner

    How to use Myric/ERNIE-4.5-21B-A3B-APEX-GGUF with Docker Model Runner:

    docker model run hf.co/Myric/ERNIE-4.5-21B-A3B-APEX-GGUF
  • Lemonade

    How to use Myric/ERNIE-4.5-21B-A3B-APEX-GGUF with Lemonade:

    Pull the model
    # Download Lemonade from https://lemonade-server.ai/
    lemonade pull Myric/ERNIE-4.5-21B-A3B-APEX-GGUF
    Run and chat with the model
    lemonade run user.ERNIE-4.5-21B-A3B-APEX-GGUF-{{QUANT_TAG}}
    List all available models
    lemonade list
  • Atomic Chat
ERNIE-4.5-21B-A3B-APEX-GGUF
26.6 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
Myric's picture
Myric
Upload ERNIE-4.5-21B-A3B-APEX-i-quality.gguf with huggingface_hub
541787b verified about 1 month ago
  • configs
    Upload folder using huggingface_hub about 1 month ago
  • .gitattributes
    1.73 kB
    Upload ERNIE-4.5-21B-A3B-APEX-i-quality.gguf with huggingface_hub about 1 month ago
  • ERNIE-4.5-21B-A3B-APEX-i-compact.gguf
    11.2 GB
    xet
    Upload ERNIE-4.5-21B-A3B-APEX-i-compact.gguf with huggingface_hub about 1 month ago
  • ERNIE-4.5-21B-A3B-APEX-i-quality.gguf
    15.3 GB
    xet
    Upload ERNIE-4.5-21B-A3B-APEX-i-quality.gguf with huggingface_hub about 1 month ago
  • ERNIE-4.5-21B-A3B-APEX.imatrix
    48.5 MB
    xet
    Upload ERNIE-4.5-21B-A3B-APEX.imatrix with huggingface_hub about 1 month ago
  • LICENSE
    11.4 kB
    Upload folder using huggingface_hub about 1 month ago
  • NOTICE
    646 Bytes
    Upload folder using huggingface_hub about 1 month ago
  • README.md
    3.29 kB
    Upload folder using huggingface_hub about 1 month ago
  • REPRODUCE.md
    941 Bytes
    Upload folder using huggingface_hub about 1 month ago
  • ernie_i-compact.txt
    11.1 kB
    Upload folder using huggingface_hub about 1 month ago
  • ernie_i-quality.txt
    11.2 kB
    Upload folder using huggingface_hub about 1 month ago