szhowardhuang
Results
1
comments of
szhowardhuang
已经解决,你这个issue我把python 64位和MinGW gcc 64位对上就变成以下这个issue。 FileNotFoundError: Could not find module 'C:\Users\Administrator\.cache\huggingface\modules\transformers_modules\chatglm2-6b-int4\quantization_kernels_parallel.so' (or one of its dependencies). Try using the full path with constructor syntax. 然后修改quantization.py 的 kernels = ctypes.cdll.LoadLibrary(kernel_file), 改成kernels =...