How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf YenJung/CPE_chatbot:Q4_K_M
# Run inference directly in the terminal:
llama-cli -hf YenJung/CPE_chatbot:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf YenJung/CPE_chatbot:Q4_K_M
# Run inference directly in the terminal:
llama-cli -hf YenJung/CPE_chatbot:Q4_K_M
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 YenJung/CPE_chatbot:Q4_K_M
# Run inference directly in the terminal:
./llama-cli -hf YenJung/CPE_chatbot:Q4_K_M
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 YenJung/CPE_chatbot:Q4_K_M
# Run inference directly in the terminal:
./build/bin/llama-cli -hf YenJung/CPE_chatbot:Q4_K_M
Use Docker
docker model run hf.co/YenJung/CPE_chatbot:Q4_K_M
Quick Links

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

Citation

@misc {chiu_2024, author = { {Chiu} }, title = { CPE_chatbot (Revision 9a2db85) }, year = 2024, url = { https://huggingface.co/YenJung/CPE_chatbot }, doi = { 10.57967/hf/3398 }, publisher = { Hugging Face } }

Downloads last month
12
Safetensors
Model size
8B params
Tensor type
BF16
Β·
Inference Providers NEW
Input a message to start chatting with YenJung/CPE_chatbot.

Model tree for YenJung/CPE_chatbot

Quantizations
3 models

Spaces using YenJung/CPE_chatbot 9