Closed
Description
I followed the instructions for building on Windows using cmake from the README.md file. cmake completes and builds a lot of stuff in the process, but not quantize.exe on my Windows 11 PC.
I have current Visual Studio Community, Nvidia CUDA Toolkit 12.1, torch 2.2.1+cu121, and cmake 3.28.3.
I would not be surprised if this is a "skill issue", possibly involving requirements, as I am not yet very experienced with cmake. I can run prebuilt quantize.exe from compiled releases without problem, so I have a workaround.
Activity
Jeximo commentedon Apr 15, 2024
#103 (comment) suggested
Afterwards, the exe files should be in the build/Release folder.
jim-plus commentedon Apr 15, 2024
That did the trick. Thanks!