certik / fastGPT

Fast GPT-2 inference written in Fortran
MIT License
180 stars 16 forks source link

CI: test fastGPT with LFortran #67

Closed certik closed 5 months ago

certik commented 5 months ago

Closing in favor of #72.

czgdp1807 commented 5 months ago

For now I have restored namelist, otherwise CI on LFortran repository fails.

certik commented 5 months ago

I see, I forgot that we use this. Btw, for fastGPT repository, here is what I do to use the latest master:

https://github.com/certik/fastGPT/blob/7d96ec2e23b2a1a07aea625f72661d3f650c7ee5/ci/build_lfortran.sh#L5

I just apply a patch. Since this patch is now committed to the fastGPT repository, we can easily apply it in LFortran also.

I opened up an issue for this: https://github.com/lfortran/lfortran/issues/3663.