iamlemec / bert.cpp

GGML implementation of BERT model with Python bindings and quantization.
MIT License
51 stars 4 forks source link

Print only array #2

Closed sroussey closed 7 months ago

sroussey commented 7 months ago

This makes all the output that is not the embedding array, go to stderr.

iamlemec commented 7 months ago

Thanks! Unix philosophy ftw.