jbilcke-hf HF Staff commited on
Commit
3e4e58f
·
1 Parent(s): 37d7e09
Files changed (1) hide show
  1. 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 --ignore-conflicts
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