Describe the bug
sentencepiece.lib that I extracted from sentencepiece-0.2.1-Windows-AMD64.7z is actually a x86 library.
To Reproduce
dumpbin.exe" /headers sentencepiece.lib | findstr "machine"
Windows 11.
Expected behavior
The library should be x64, but the output shows x86 only.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.