Skip to content

Commit

Permalink
Update smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
gs-olive committed Jan 29, 2024
1 parent f384ffb commit f9b074d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packaging/smoke_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
for dll in glob.glob(os.path.join(extra_cudnn, "**", "*.dll"), recursive=True):
shutil.copy(dll, extra_torch)

import torch

print(f"Torch CUDA version: {torch.version.cuda}")

result = subprocess.run(
Expand All @@ -23,5 +25,4 @@


import tensorrt
import torch
import torch_tensorrt

0 comments on commit f9b074d

Please sign in to comment.