Skip to content

Commit 2fd74f3

Browse files
authored
Merge pull request #715 from xaptronic/main
Add env var related to google systems to ignored list
2 parents 9a0e10c + 09cd03d commit 2fd74f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bitsandbytes/cuda_setup/env_vars.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ def to_be_ignored(env_var: str, value: str) -> bool:
2020
"PATH", # this is for finding binaries, not libraries
2121
"LESSOPEN", # related to the `less` command
2222
"LESSCLOSE",
23+
"GOOGLE_VM_CONFIG_LOCK_FILE", # Google Cloud stuff, contains root only paths
2324
"_", # current Python interpreter
2425
}
2526
return env_var in ignorable

0 commit comments

Comments
 (0)