-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
llama.cpp: add model_converters variant #27526
base: master
Are you sure you want to change the base?
Conversation
Notifying maintainers: |
5209a36
to
409ad9a
Compare
@mascguy Please take a look! What I've tested and works:
Some notes:
|
I'll take a closer look. Also adding @essandess for review/comment, as he's contributed to a number of Python ports in this space. |
ec91fe7
to
6dad512
Compare
I haven’t ironed out all the problems yet but all 3 CI tests fail at 381 minutes, is this a timeout? |
Attempted update, not possible due to protobuf3-cpp being too old
Build shared libs
Drop py313 port: unmet dependency
I believe so, as the timeout is 6-ish hours. |
Update Portfile
Switched distfiles to tensorflow, instead of tensorflow-macos which is no longer updated. We might want to move this to py-tensorflow later.
Right, because I cannot see any logs from macOS 15 CI I'm looking at macOS 14 test. Two problematic ports remains:
Seems cython related. I have edited it to use cython-compat and it does build on my machine.
Portfile does not mention anything related to c++17, and again it does build on my system. I've made a bit more changes to it, let's see if it passes this time. |
Description
Type(s)
Tested on
macOS x.y
Xcode x.y / Command Line Tools x.y.z
Verification
Have you
port lint
?sudo port test
?sudo port -vst install
?