-
Notifications
You must be signed in to change notification settings - Fork 12.2k
sync : vendor #13901
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
sync : vendor #13901
Conversation
ggml-ci
Is there a reason why Personally I think it may be better to regroup all 3rd party libs into a directory called |
I believe the intended way to include the library is: #include <nlohmann/json.hpp> Simply |
@ngxson I moved the code to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect, thanks
Add sync script for 3rd party libraries:
Move
common/json.hpp
->common/nlohmann/json.hpp
Update
nlohmann/json.hpp
tov3.12.0
Update
httplib
tov0.20.1
Move all 3rd party code to /vendor