huggingface-tokenizer-in-cxx icon indicating copy to clipboard operation
huggingface-tokenizer-in-cxx copied to clipboard

MacOS build fails, missing assert

Open bluejack opened this issue 10 months ago • 0 comments
trafficstars

huggingface-tokenizer-in-cxx/tokenizer/bpe_test.cc:8:3: error: use of undeclared identifier 'assert'

Adding:

#include <cassert>

In bpe.h fixes it. Not sure if that's the right fix or not. FYI.

bluejack avatar Jan 15 '25 22:01 bluejack