Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
enm10k committed Jan 19, 2024
1 parent 40d0ee2 commit cd8985b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions run.py
Original file line number Diff line number Diff line change
Expand Up @@ -708,8 +708,7 @@ def install_cuda_windows(version, source_dir, build_dir, install_dir):
mkdir_p(os.path.join(build_dir, 'cuda'))
mkdir_p(os.path.join(install_dir, 'cuda'))
with cd(os.path.join(build_dir, 'cuda')):
# cmd(['7z', 'x', file])
cmd(['C:\\Program Files\\7-Zip\\7z.exe', 'x', file])
cmd(['7z', 'x', file])
shutil.copytree(os.path.join(build_dir, 'cuda', 'cuda_nvcc', 'nvcc'), os.path.join(install_dir, 'cuda'), dirs_exist_ok=True)
shutil.copytree(os.path.join(build_dir, 'cuda', 'cuda_cudart', 'cudart'), os.path.join(install_dir, 'cuda'), dirs_exist_ok=True)

Expand Down

0 comments on commit cd8985b

Please sign in to comment.