vivek2001123 commited on
Commit
fbe0733
·
1 Parent(s): 8b69f09

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -89,15 +89,15 @@ def handle_input():
89
  # result = api_response.json()
90
 
91
  # answer = result['answer']
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
101
 
102
  import os
103
  # from pprint import pprint
 
89
  # result = api_response.json()
90
 
91
  # answer = result['answer']
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
101
 
102
  import os
103
  # from pprint import pprint