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
"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "9e910c463394aaa5ae31be5f7529d1db79e26749"
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
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 @
09cd03d7
...
@@ -19,6 +19,7 @@ def to_be_ignored(env_var: str, value: str) -> bool:
...
@@ -19,6 +19,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