Maknee / minigpt4.cpp

Port of MiniGPT4 in C++ (4bit, 5bit, 6bit, 8bit, 16bit CPU inference with GGML)
MIT License
549 stars 26 forks source link

Suggestion: git-ignore compiled files #7

Closed felladrin closed 1 year ago

felladrin commented 1 year ago

Suggestion: git-ignore compiled files (.dylib, .so, .bin, .dll), so they won't get in the way when committing files in the repository.

image
Maknee commented 1 year ago

Thanks! I actually did accidently add compiled files multiple times before.