Closed clems4ever closed 1 year ago
Hey, nice work @daulet ! When trying out the example I faced the issue mentioned above. It's likely due to an incompatibility between my local libc (latest since I'm on Arch) and the one used to build the huggingface tokenizer I guess.
Adding -lm solved the issue.
oh nice, good find @clems4ever! I was passing in additional flags to go build 🤦 , but this is cleaner.
Adding the -lm flag prevents libc incompatibility issues.