due to this line and streamlit run command being seen as interactive I get stuck at (ran from somewhere that don't actually have interactivity):
Checkpoint not present locally. Want to download it? [y/N]
I have ran the terran code to download the models in another terminal to solve it.
(I guess smt like bash -c 'streamlit run example.py' might also work to hint non-interactivity)
I'm reporting on this as a convenience issue, for lessening the beginning hurdles 😄
due to this line and
streamlit runcommand being seen as interactive I get stuck at (ran from somewhere that don't actually have interactivity):Checkpoint not present locally. Want to download it? [y/N]I have ran the terran code to download the models in another terminal to solve it.
(I guess smt like
bash -c 'streamlit run example.py'might also work to hint non-interactivity)I'm reporting on this as a convenience issue, for lessening the beginning hurdles 😄