[builder] reconfig op_builder for pypi install (#2314)

This commit is contained in:
Jiarui Fang
2023-01-04 16:32:32 +08:00
committed by GitHub
parent a9b27b9265
commit db6eea3583
17 changed files with 13 additions and 332 deletions

View File

@@ -6,7 +6,7 @@ from .utils import append_nvcc_threads
class CPUAdamBuilder(Builder):
NAME = "cpu_adam"
BASE_DIR = "colossalai/kernel/cuda_native"
BASE_DIR = "cuda_native"
def __init__(self):
self.name = CPUAdamBuilder.NAME