-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove model from git #27
Comments
I understand the issue, but I think it shoud be simlper than wget (not all users have wget installed). Also, how can the model be fetched automatically upon |
The imporant part is to make sure the user will find it easy to fetch to the correct path, even if they are not very well-versed in Python. If you know an idiomatic way to do that, one that won't be a hurdle to the user (e.g. lazily fetching upon first execution), then I would really appreciate a PR. Otherwise I will try to implement a better solution when I'll get to it. |
Simple |
Turns out that in wget https://github.com/elazarg/nakdimon/blob/master/nakdimon/Nakdimon.h5 -O Nakdimon.h5 In addition winget install -e --id JernejSimoncic.Wget It's faster and more reliable than PowerShell's wget handler. Use |
It takes a lot of time to do
git clone
with this repository since the model is uploaded here as well.I suggest remove it and upload it to the release
https://github.com/elazarg/nakdimon/releases/tag/v0.1.2
Then you can simply instruct the users to execute
wget
with the model path before running.The text was updated successfully, but these errors were encountered: