AdityaNG / kan-gpt

The PyTorch implementation of Generative Pre-trained Transformers (GPTs) using Kolmogorov-Arnold Networks (KANs) for language modeling
https://adityang.github.io/kan-gpt/
MIT License
703 stars 54 forks source link

fix(requirements.txt): relaxed #23

Closed AdityaNG closed 4 months ago

AdityaNG commented 4 months ago

Summary :memo:

Requirements were too strict as described by #21 ;

Details

Made all requirements to be ">=" instead of the "=="

Checks

codecov-commenter commented 4 months ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 71.96%. Comparing base (8495e1c) to head (cf02ab1).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #23 +/- ## ======================================= Coverage 71.96% 71.96% ======================================= Files 15 15 Lines 1409 1409 ======================================= Hits 1014 1014 Misses 395 395 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.