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
2fd74f31
Unverified
Commit
2fd74f31
authored
Jan 01, 2024
by
Tim Dettmers
Committed by
GitHub
Jan 01, 2024
Browse files
Merge pull request #715 from xaptronic/main
Add env var related to google systems to ignored list
parents
9a0e10c4
09cd03d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
bitsandbytes/cuda_setup/env_vars.py
bitsandbytes/cuda_setup/env_vars.py
+1
-0
No files found.
bitsandbytes/cuda_setup/env_vars.py
View file @
2fd74f31
...
@@ -20,6 +20,7 @@ def to_be_ignored(env_var: str, value: str) -> bool:
...
@@ -20,6 +20,7 @@ def to_be_ignored(env_var: str, value: str) -> bool:
"PATH"
,
# this is for finding binaries, not libraries
"PATH"
,
# this is for finding binaries, not libraries
"LESSOPEN"
,
# related to the `less` command
"LESSOPEN"
,
# related to the `less` command
"LESSCLOSE"
,
"LESSCLOSE"
,
"GOOGLE_VM_CONFIG_LOCK_FILE"
,
# Google Cloud stuff, contains root only paths
"_"
,
# current Python interpreter
"_"
,
# current Python interpreter
}
}
return
env_var
in
ignorable
return
env_var
in
ignorable
...
...
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