You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've had a problem with make env saying there is nothing to be done when in fact there is something that needs to be done.
I wonder if the problem is that nothing has changed in the repo, so the make command believes that there are no changes to be built, but what I need to use make env for is installing. I often see this on the very first install - I run make env, it says nothing to be done, and then the dependencies don't get installed unless I run make -B env.
Perhaps we should split up the install commands and the build command?
The text was updated successfully, but these errors were encountered:
Hey @rachelfenn , @benlebrun is currently on a big push for GenLM so I'm fielding PRs for now. Do you want to give this a go? LLM-assisted would be my go-to as I'm not Make-literate these days.
I've had a problem with make env saying there is nothing to be done when in fact there is something that needs to be done.
I wonder if the problem is that nothing has changed in the repo, so the make command believes that there are no changes to be built, but what I need to use make env for is installing. I often see this on the very first install - I run make env, it says nothing to be done, and then the dependencies don't get installed unless I run make -B env.
Perhaps we should split up the install commands and the build command?
The text was updated successfully, but these errors were encountered: