Skip to content

Commit

Permalink
test cudnn overwrite 2
Browse files Browse the repository at this point in the history
  • Loading branch information
gs-olive committed Jan 26, 2024
1 parent 41ae59b commit e0366e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/smoke_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
extra_torch = os.path.join(python_site_packages, "torch", "lib")

for dll in glob.glob(os.path.join(extra_cudnn, "**", "*.dll"), recursive=True):
shutil.copy(extra_cudnn, extra_torch)
shutil.copy(dll, extra_torch)


# import tensorrt
Expand Down

0 comments on commit e0366e5

Please sign in to comment.