Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
liruilong940607 committed Jan 24, 2024
1 parent a458677 commit 45b253f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gsplat/cuda/_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ def cuda_toolkit_version():
except OSError:
pass

if os.path.exists(os.path.join(build_dir, "gsplat_cuda.so")) or os.path.exists(os.path.join(build_dir, "gsplat_cuda.lib")):
if os.path.exists(os.path.join(build_dir, "gsplat_cuda.so")) or os.path.exists(
os.path.join(build_dir, "gsplat_cuda.lib")
):
# If the build exists, we assume the extension has been built
# and we can load it.

Expand Down

0 comments on commit 45b253f

Please sign in to comment.