-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No such file or directory during compilation #106
Comments
I am also facing the same error on windows, I followed the step by step from readme but on make chat -j gives me error (TinyChatEngine) C:\Users\linuxdev\Desktop\Projects\TinyChatEngine\llm>gcc --version (TinyChatEngine) C:\Users\linuxdev\Desktop\Projects\TinyChatEngine\llm>make chat -j |
Hi there, another pre-requisite required would be the nlohmann JSON On Ubuntu/Debian:
On macOS with Homebrew:
On Windows with vcpkg:
Hope this helps :) |
Follwoing the documentation using:
cd llm make chat -j
I get the following error:
Could you please let me know what I might be doing wrong here?
The text was updated successfully, but these errors were encountered: