stanfordnlp / GloVe

Software in C and data files for the popular GloVe model for distributed word representations, a.k.a. word vectors or embeddings
Apache License 2.0
6.86k stars 1.51k forks source link

Make check-nan static to resolve undefined reference to check_nan #220

Closed tobrun closed 1 year ago

tobrun commented 1 year ago

Fixes: https://github.com/stanfordnlp/GloVe/issues/172

AngledLuffa commented 1 year ago

you know, it's kinda funny that it never occurred to me to just do that myself three years ago

thanks for sending this PR