Spaces:
Running
Running
Update build.sh
Browse files
build.sh
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
1 |
git clone https://github.com/SYSTRAN/faster-whisper.git
|
2 |
cd faster-whisper
|
|
|
3 |
pip install .
|
|
|
1 |
+
echo "downloading faster-whisper from git..."
|
2 |
git clone https://github.com/SYSTRAN/faster-whisper.git
|
3 |
cd faster-whisper
|
4 |
+
echo "pip installing..."
|
5 |
pip install .
|