Skip to content

ducthinhh1002/vietcuna.cpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vietcuna.cpp

Demo

vietcuna-3b

Hướng dẫn sử dụng

Chạy Vietcuna trên mọi thiết bị với C++

Trước hết hãy đảm bảo bạn đã cài C++ và git-lfs (https://git-lfs.com)

Bước 1:

git clone https://github.com/vilm-ai/vietcuna.cpp.git
cd vietcuna.cpp
make

Bước 2: Tải model từ HuggingFace

git lfs install
git clone https://huggingface.co/vilm/vietcuna-3b-ggml-fp16-q4_0

or the non-quantized version

git lfs install
git clone https://huggingface.co/vilm/vietcuna-3b-ggml-fp16

Hoặc tải trực tiếp từ HuggingFace

Bước 3: Khởi chạy model

./main -m .vietcuna-3b-ggml-fp16-q4_0/ggml-model-vietcuna-3b-f16-q4_0.bin -t 8 -n 128

Bộ nhớ

Model Disk Mem
vietcuna-3b-ggml-fp16-q4_0 2.0 GB 2.3 GB
vietcuna-7b-ggml-fp16-q4_0 4.7 GB 5.3 GB

About

Phiên bản C++ của Vietcuna

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 86.3%
  • C++ 12.7%
  • Makefile 1.0%