vivek2001123 commited on
Commit
4cf092f
·
1 Parent(s): a8f7dcf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -92,9 +92,9 @@ def handle_input():
92
  !pip install -Uqqq pip --progress-bar off
93
  !pip install -qqq bitsandbytes == 0.39.0
94
  !pip install -qqqtorch --2.0.1 --progress-bar off
95
- !pip install -qqq -U git + https: // github.com / huggingface / transformers.git@e03a9cc --progress-bar off
96
- !pip install -qqq -U git + https: // github.com / huggingface / peft.git@42a184f --progress-bar off
97
- !pip install -qqq -U git + https: // github.com / huggingface / accelerate.git@c9fbb71 --progress-bar off
98
  !pip install -qqq datasets == 2.12.0 --progress-bar off
99
  !pip install -qqq loralib == 0.1.1 --progress-bar off
100
  !pip install einops
 
92
  !pip install -Uqqq pip --progress-bar off
93
  !pip install -qqq bitsandbytes == 0.39.0
94
  !pip install -qqqtorch --2.0.1 --progress-bar off
95
+ !pip install -qqq -U git + https://github.com/huggingface/transformers.git@e03a9cc --progress-bar off
96
+ !pip install -qqq -U git + https://github.com/huggingface/peft.git@42a184f --progress-bar off
97
+ !pip install -qqq -U git + https://github.com/huggingface/accelerate.git@c9fbb71 --progress-bar off
98
  !pip install -qqq datasets == 2.12.0 --progress-bar off
99
  !pip install -qqq loralib == 0.1.1 --progress-bar off
100
  !pip install einops