We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I am trying to build this on Windows using CMake (Visual Studio / VSCode).
Line 15 on main.cpp
cannot open source file "unistd.h"
If I comment it out and compile again, I get a few more:
Line 207 and 441 on main.cpp:
use of designated initializers requires at least '/std:c++20'
Line 745 on main.cpp:
identifier "isatty" is undefined identifier "STDIN_FILENO" is undefined
The text was updated successfully, but these errors were encountered:
Interesting. Unfortunately I don't currenly use Windows to debug this. Can you try running the GPT2 example in the ggml library? https://github.com/ggerganov/ggml#gpt-inference-example
Sorry, something went wrong.
I was able to build and run the starcoder.exe from ggml repo.
No branches or pull requests
Hello, I am trying to build this on Windows using CMake (Visual Studio / VSCode).
Line 15 on main.cpp
If I comment it out and compile again, I get a few more:
Line 207 and 441 on main.cpp:
Line 745 on main.cpp:
The text was updated successfully, but these errors were encountered: