Spaces:
Running
Running
Commit
·
b65a5c1
1
Parent(s):
545a305
up
Browse files- setup_no_captions.sh +1 -1
setup_no_captions.sh
CHANGED
@@ -12,7 +12,7 @@ python3.10 -m venv .venv
|
|
12 |
|
13 |
source .venv/bin/activate
|
14 |
|
15 |
-
python3.10 -m pip install -r requirements_without_flash_attention.txt
|
16 |
|
17 |
# if you require flash attention, please install it manually for your operating system
|
18 |
|
|
|
12 |
|
13 |
source .venv/bin/activate
|
14 |
|
15 |
+
python3.10 -m pip install -r requirements_without_flash_attention.txt
|
16 |
|
17 |
# if you require flash attention, please install it manually for your operating system
|
18 |
|