-
Notifications
You must be signed in to change notification settings - Fork 509
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
work with cmake install #169
Conversation
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.
Thank you!
Could you help release a new version after this pr merged. so that I can create a new formula for homebrew Homebrew/homebrew-core#166881 |
Apologies, I did not see that this PR targets the main branch, thus our import automation failed. Would you please change it to dev? Soon after it lands in dev, we can do a release. |
ok, updated. |
Thanks! Restarted the import. |
Merged success to dev, could you help release a new version. Thanks. |
Yes, we will do one soon :) |
currently, gemma only works at
build
dir, it better to supportcmake --install
to install the build output to system directory and easy to usegemma
globally. I made two changes:gemma
andlibgemma
to be install;target_link_libraries
ofsentencepiece
tosentencepiece-static
, so that the build output is portable