Spaces:
Running
Running
Commit
·
3e4e58f
1
Parent(s):
37d7e09
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 |
|