Skip to content

Commit

Permalink
custom build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank31398 committed Sep 6, 2024
1 parent 8fcaacb commit fdf9740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dolomite_engine/data/megatron/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def compile_helpers() -> None:

log_rank_0(logging.INFO, "compiling helpers.cpp")

build_directory = build_directory = os.path.join(os.path.dirname(__file__), "build")
build_directory = os.path.join(os.path.dirname(__file__), "build")
os.makedirs(build_directory, exist_ok=True)

if torch.cuda.current_device() == 0:
Expand Down

0 comments on commit fdf9740

Please sign in to comment.