Blealtan / efficient-kan

An efficient pure-PyTorch implementation of Kolmogorov-Arnold Network (KAN).
MIT License
3.92k stars 349 forks source link

Missing license #2

Closed simenkva closed 4 months ago

simenkva commented 4 months ago

This repos should have a license to protect its owner and potential users

mbrukman commented 4 months ago

Looks like the pyproject.toml specifies MIT:

https://github.com/Blealtan/efficient-kan/blob/f39e5146af34299ad3a581d2106eb667ba0fa6fa/pyproject.toml#L16

In which case, it would also be helpful to add a LICENSE file with the full contents of the license: https://choosealicense.com/licenses/mit/ to make it clear, and get the GitHub license badge for the repo as a side-effect.

Blealtan commented 4 months ago

Yeah MIT is intended. Will add soon.