EleutherAI / math-lm

MIT License
1.03k stars 78 forks source link

Change all submodules to http #86

Closed zhangir-azerbayev closed 11 months ago

zhangir-azerbayev commented 11 months ago

In main, some submodules use http links and others use ssh links. This can cause some submodules to correctly initialize while others fail, for example as in #82. This PR edits .gitmodules so that all submodules use http links.