Prechádzať zdrojové kódy

fix: typo in marlin kernel path (#295)

sgsdxzy 1 rok pred
rodič
commit
94c1543cae
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -313,7 +313,7 @@ aphrodite_extension_sources = [
 if _is_cuda():
     aphrodite_extension_sources.append("kernels/quantization/awq/gemm_kernels.cu")
     aphrodite_extension_sources.append("kernels/quantization/quip/origin_order.cu")
-    aphrodite_extension_sources.append("kernels/quanhtization/marlin/marlin_cuda_kernel.cu")
+    aphrodite_extension_sources.append("kernels/quantization/marlin/marlin_cuda_kernel.cu")
     aphrodite_extension_sources.append("kernels/all_reduce/custom_all_reduce.cu")
     aphrodite_extension_sources.append("kernels/quantization/aqlm/aqlm_cuda_entry.cpp")
     aphrodite_extension_sources.append("kernels/quantization/aqlm/aqlm_cuda_kernel.cu")