certik / fastGPT

Fast GPT-2 inference written in Fortran
MIT License
182 stars 15 forks source link

Upload model.dat online #31

Open certik opened 1 year ago

certik commented 1 year ago

And change the instructions / workflow to simply download it. That way we eliminate the need to use Python at all, and things become more robust. One would only use the Python create_model.py script if one wants to re-generate the model.dat.

We should upload all 4 versions, so probably something like:

Not sure if we should put the version number into the filename itself as well or not.

We should only do this after #30 is fixed, to prevent downloading incompatible model.dat (from older or newer versions of fastGPT).