kimou605 commited on
Commit
5e738a3
1 Parent(s): a68c98c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -93,6 +93,7 @@ def respond(
93
  temperature,
94
  top_p,
95
  ):
 
96
  messages = [{"role": "system", "content": system_message}]
97
 
98
  for val in history:
 
93
  temperature,
94
  top_p,
95
  ):
96
+ subprocess.check_call([sys.executable, "-m", "pip", "install", "-U", "bitsandbytes"])
97
  messages = [{"role": "system", "content": system_message}]
98
 
99
  for val in history: