Mozer / talk-llama-fast

Port of OpenAI's Whisper model in C/C++ with xtts and wav2lip
MIT License
708 stars 64 forks source link

cant cmpile #29

Open AVert opened 1 month ago

AVert commented 1 month ago

error: use of ‘auto’ in lambda parameter declaration only available with ‘-std=c++14’ or ‘-std=gnu++14’

Mozer commented 1 month ago

waht linux are you using? seems like you need newer cpp. what compiler are you using?