Upload install_deps.sh
Browse files- install_deps.sh +8 -0
install_deps.sh
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
pip install pipreqsnb
|
| 2 |
+
pipreqsnb --force
|
| 3 |
+
pip install -r requirements.txt
|
| 4 |
+
|
| 5 |
+
pip install accelerate
|
| 6 |
+
git clone https://github.com/davidbau/baukit
|
| 7 |
+
cd baukit
|
| 8 |
+
pip install .
|