certik / fastGPT

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

Clean branch to compile with LFortran #61

Closed certik closed 5 months ago

certik commented 1 year ago

The list of all workarounds in this PR:

Thirumalai-Shaktivel commented 1 year ago

The ./test_chat test segfaults, because we don't allocate inputs for array constant. Should we add an allocate statement to the upstream? or Fix it in the LFortran?

certik commented 1 year ago

Push a new branch that works. Then we'll figure out what to do about it.

certik commented 5 months ago

Closing in favor of #72.