certik / fastGPT

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

CMake: use python and CTest #28

Closed scivision closed 1 year ago

certik commented 1 year ago

@scivision thanks. What I am hoping to do is:

Once done, this will eliminate all Python dependencies for the normal (default) workflow.

Regarding storing the model.dat files, I personally store it outside of this repository, so that I can use git clean -dfx and not worry about accidentally deleting it.