Skip to content

Commit 09cd03d

Browse files
committed
Add env var related to google systems to ignored list
1 parent 18e827d commit 09cd03d

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
@@ -19,6 +19,7 @@ def to_be_ignored(env_var: str, value: str) -> bool:
1919
"PATH", # this is for finding binaries, not libraries
2020
"LESSOPEN", # related to the `less` command
2121
"LESSCLOSE",
22+
"GOOGLE_VM_CONFIG_LOCK_FILE", # Google Cloud stuff, contains root only paths
2223
"_", # current Python interpreter
2324
}
2425
return env_var in ignorable

0 commit comments

Comments
 (0)