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

Forgotten unicode.h ? #12

Closed dmikushin closed 3 months ago

dmikushin commented 3 months ago

Upon building from source, I'm getting the following error:

CMake Error at CMakeLists.txt:88 (add_library):
  Cannot find source file:

    unicode.h

Looks like the unicode.h file was not added into the repo, could you please check?

Mozer commented 3 months ago

UPD: yes, something is broken (wrong forked version), i am fixing it.

Mozer commented 3 months ago

HISTORY: I forked newer version of whisper and then uploaded some local files from my older forked version, so there were lots of errors.

Now I synced this repo. It is now a bit older version from 13.02.2024, but it is compiling well. Sometime in future i will sync to current upstream version of whisper if there are important changes.

Thx for noticing that build is broken. git clone or git pull everything.

dmikushin commented 3 months ago

As we figured out, the @Mozer 's changeset must be applied to the correct commit of origin. It's done in #16 , and the problem is resolved.