How to use from
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 wlhb/Llama-3.1-8B-bnb-4bit-Chtagpt:BF16
# Run inference directly in the terminal:
llama cli -hf wlhb/Llama-3.1-8B-bnb-4bit-Chtagpt:BF16
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf wlhb/Llama-3.1-8B-bnb-4bit-Chtagpt:BF16
# Run inference directly in the terminal:
llama cli -hf wlhb/Llama-3.1-8B-bnb-4bit-Chtagpt:BF16
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 wlhb/Llama-3.1-8B-bnb-4bit-Chtagpt:BF16
# Run inference directly in the terminal:
./llama-cli -hf wlhb/Llama-3.1-8B-bnb-4bit-Chtagpt:BF16
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 wlhb/Llama-3.1-8B-bnb-4bit-Chtagpt:BF16
# Run inference directly in the terminal:
./build/bin/llama-cli -hf wlhb/Llama-3.1-8B-bnb-4bit-Chtagpt:BF16
Use Docker
docker model run hf.co/wlhb/Llama-3.1-8B-bnb-4bit-Chtagpt:BF16
Quick Links

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

Check out the documentation for more information.

代码:colab code 数据集:导出chatgpt数据并使用 脚本程序整理出可训练的规范数据

导出Chatgpt的历史聊天记录后使用origin2trainDatasets.py清洗为符合微调模型的数据集,并通过unsloth进行微调训练

基础模型:unsloth/Meta-Llama-3.1-8B-bnb-4bit 训练方式:lora

效果评价待确定

Code: colab code Dataset: export chatgpt data and use script program to organize trainable canonical data Export Chatgpt's history chats and use origin2trainDatasets.py to clean them into datasets that match the fine-tuned model and train them with unsloth for fine-tuning. Base model: unsloth/Meta-Llama-3.1-8B-bnb-4bit Training method: lora Effectiveness evaluation to be determined

Downloads last month
152
GGUF
Model size
8B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

4-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support