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
09cd03d7
"vscode:/vscode.git/clone" did not exist on "04e1af94d73198ca07794e9a2a12761d4d2d413d"
Unverified
Commit
09cd03d7
authored
Aug 17, 2023
by
Alex Pilon
Browse files
Add env var related to google systems to ignored list
parent
18e827d6
Changes
1
Show 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 @
09cd03d7
...
...
@@ -19,6 +19,7 @@ def to_be_ignored(env_var: str, value: str) -> bool:
"PATH"
,
# this is for finding binaries, not libraries
"LESSOPEN"
,
# related to the `less` command
"LESSCLOSE"
,
"GOOGLE_VM_CONFIG_LOCK_FILE"
,
# Google Cloud stuff, contains root only paths
"_"
,
# current Python interpreter
}
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