Using within Visual Studio #1146
Answered
by
SamChong015
SamChong015
asked this question in
Q&A
-
Hello, I am trying to use the header files within a C++ program I have made. I have the files downloaded (and it works in the command prompt) but I can't seem to figure out how to use the header files within my code. |
Beta Was this translation helpful? Give feedback.
Answered by
SamChong015
Aug 11, 2023
Replies: 1 comment 5 replies
-
Add ggml.h, ggml.c, Whiper.h and Whisper.cpp to your project. Build. What happens? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So I figured it out. Turns out I forgot to install cmake and now everything seems to be working fine. Thank you for the help!