plutostack commited on
Commit
1c12c7c
·
verified ·
1 Parent(s): 9cf3054

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,6 +3,7 @@ os.system("pip3 install transformers")
3
  os.system("pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu")
4
  os.system("pip3 install tensorflow")
5
  os.system("pip3 install accelerate")
 
6
 
7
  import gradio as gr
8
  from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
 
3
  os.system("pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu")
4
  os.system("pip3 install tensorflow")
5
  os.system("pip3 install accelerate")
6
+ os.system("pip3 install -U bitsandbytes")
7
 
8
  import gradio as gr
9
  from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline