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
Upload ERNIE-4.5-21B-A3B-APEX-i-quality.gguf with huggingface_hub
Browse files- .gitattributes +1 -0
- ERNIE-4.5-21B-A3B-APEX-i-quality.gguf +3 -0
.gitattributes
CHANGED
|
@@ -35,3 +35,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
ERNIE-4.5-21B-A3B-APEX.imatrix filter=lfs diff=lfs merge=lfs -text
|
| 37 |
ERNIE-4.5-21B-A3B-APEX-i-compact.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
ERNIE-4.5-21B-A3B-APEX.imatrix filter=lfs diff=lfs merge=lfs -text
|
| 37 |
ERNIE-4.5-21B-A3B-APEX-i-compact.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
ERNIE-4.5-21B-A3B-APEX-i-quality.gguf filter=lfs diff=lfs merge=lfs -text
|
ERNIE-4.5-21B-A3B-APEX-i-quality.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c26648efab064018da12370442b35b4aee85dfcf5bba3756965ca38c8837a68c
|
| 3 |
+
size 15349165088
|