Replies: 2 comments 3 replies
-
We used to have a GA runner until a few weeks ago. Try getting https://github.com/Mozilla-Ocho/llamafile/blob/0bdea60a92b18461ff71433af888fe831bc5c3ed/.github/workflows/ci.yml to work. It's not very useful to me. I have about ten computers in my home that I test llamafile on. I generally do not want to work with computers I can't SSH into. However the GA runner is important for optics and helping developers. So it would be enormously helpful if you could help me keep it maintained. My only rule with CI is it has to be rock solid stable. I believe no CI is better than flaky proprietary CI. |
Beta Was this translation helpful? Give feedback.
-
Potential Solution: #454 |
Beta Was this translation helpful? Give feedback.
-
I got a flow with https://huggingface.co/mofosyne/TinyLLama-v0-5M-F16-llamafile/blob/main/llamafile-creation.sh
wonder if I can consistently do it in a dockerfile...
For some reason I cannot get entrypoint working... it's a cosmo binary so for some reason docker cannot run without throwing a exec ./main.llamafile: exec format error
This is what file command see
./main.llamafile: DOS/MBR boot sector; partition 1 : ID=0x7f, active, start-CHS (0x0,0,1), end-CHS (0x3ff,255,63), startsector 0, 4294967295 sectors Removing intermediate container 8484815c0cca
so its a valid dos binary...but anyway at least its able to run the binary inside the 'docker image build' process, so we can still validate the compile and run cycle.
Beta Was this translation helpful? Give feedback.
All reactions