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
d3e0e39d
Unverified
Commit
d3e0e39d
authored
Apr 11, 2023
by
Tim Dettmers
Committed by
GitHub
Apr 11, 2023
Browse files
Merge pull request #190 from svgsponer/Fix#157
Fix #157; Add XDG_GREETER_DATA_DIR to ignorelist
parents
c7875533
c4866ab0
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 @
d3e0e39d
...
@@ -11,6 +11,7 @@ def to_be_ignored(env_var: str, value: str) -> bool:
...
@@ -11,6 +11,7 @@ def to_be_ignored(env_var: str, value: str) -> bool:
"HOME"
,
# Linux shell default
"HOME"
,
# Linux shell default
"TMUX"
,
# Terminal Multiplexer
"TMUX"
,
# Terminal Multiplexer
"XDG_DATA_DIRS"
,
# XDG: Desktop environment stuff
"XDG_DATA_DIRS"
,
# XDG: Desktop environment stuff
"XDG_GREETER_DATA_DIR"
,
# XDG: Desktop environment stuff
"XDG_RUNTIME_DIR"
,
"XDG_RUNTIME_DIR"
,
"MAIL"
,
# something related to emails
"MAIL"
,
# something related to emails
"SHELL"
,
# binary for currently invoked shell
"SHELL"
,
# binary for currently invoked shell
...
...
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