Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
bitsandbytes
Commits
3ccb1308
"git@developer.sourcefind.cn:OpenDAS/mmcv.git" did not exist on "fd3a1a16ea1d0b3def8719816007a5d6fd6b432e"
Commit
3ccb1308
authored
Mar 18, 2024
by
Matthew Douglas
Browse files
fix diagnostics error within vscode on windows
parent
05483768
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
bitsandbytes/diagnostics/cuda.py
bitsandbytes/diagnostics/cuda.py
+1
-1
No files found.
bitsandbytes/diagnostics/cuda.py
View file @
3ccb1308
...
@@ -59,7 +59,7 @@ def find_cuda_libraries_in_path_list(paths_list_candidate: str) -> Iterable[Path
...
@@ -59,7 +59,7 @@ def find_cuda_libraries_in_path_list(paths_list_candidate: str) -> Iterable[Path
for
pth
in
dir
.
glob
(
lib_pattern
):
for
pth
in
dir
.
glob
(
lib_pattern
):
if
pth
.
is_file
():
if
pth
.
is_file
():
yield
pth
yield
pth
except
PermissionError
:
except
(
OSError
,
PermissionError
)
:
pass
pass
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment