Suppress annoying bitsandbytes welcome message
This commit is contained in:
parent
ca293bb713
commit
17ce7c8671
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
import os
|
||||
|
||||
os.environ['GRADIO_ANALYTICS_ENABLED'] = 'False'
|
||||
os.environ['BITSANDBYTES_NOWELCOME'] = '1'
|
||||
|
||||
import importlib
|
||||
import io
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue