mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-11-30 15:55:09 +00:00
[builder] reconfig op_builder for pypi install (#2314)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user