Frequently Asked Questions (FAQ)#
Quark for Pytorch#
Environment Issues#
Issue 1:
Windows CPU mode does not support fp16.
Solution:
Because of torch issue, Windows CPU mode cannot perfectly support fp16.
C++ Compilation Issues#
Issue 1:
Stuck in the compilation phase for a long time (over ten minutes), the terminal shows like:
[QUARK-INFO]: Configuration checking start.
[QUARK-INFO]: C++ kernel build directory [cache folder path]/torch_extensions/py39...
Solution:
delete the cache folder [cache folder path]/torch_extensions
and run quark again.