mirror of
https://github.com/Alcaro/Flips.git
synced 2026-09-07 01:56:07 -05:00
Clarify disk requirements of profiler
This commit is contained in:
2
make.sh
2
make.sh
@@ -34,7 +34,7 @@ done
|
||||
|
||||
if [ ! -e profile/choice ]; then
|
||||
while true; do
|
||||
read -p "Do you wish to use profile-guided optimization? This will download a 100MB training corpus from the internet. (y/n)" yn
|
||||
read -p "Do you wish to use profile-guided optimization? This will download 100MB data from the internet and use 200MB disk space. (y/n)" yn
|
||||
case $yn in
|
||||
[Yy]* ) profile/download.sh; break;;
|
||||
[Nn]* ) echo n > profile/choice; break;;
|
||||
|
||||
Reference in New Issue
Block a user