Lightning-Universe / Training-Studio_app

Lightning HPO & Training Studio App
https://lightning-ai.github.io/lightning-hpo/
Apache License 2.0
17 stars 1 forks source link

wget is not support and there was no alternative option suggested #230

Open Madhu-gh opened 1 year ago

Madhu-gh commented 1 year ago

🐛 Bug

I'm not able to run the scripts using wget. I used curl as an alternative. Alternative should be added to the documentation.

To Reproduce

  1. Go to Apps gallery
  2. Duplicate training studio App
  3. Run ---> lightning connect 01gkmref244yjm4zv3gqs860ef --yes
  4. Download script ---> wget https://raw.githubusercontent.com/Lightning-AI/lightning-hpo/master/sweep_examples/scripts/train.py
    (prod-8426) madhumathiyalagan@Madhus-MacBook-Pro lightning-hpo % wget https://raw.githubusercontent.com/Lightning-AI/lightning-hpo/master/sweep_examples/scripts/train.py
    zsh: command not found: wget

Hence, using curl as an alternative - curl https://raw.githubusercontent.com/Lightning-AI/lightning-hpo/master/sweep_examples/scripts/train.py -o train.py

Code sample

Expected behavior

Environment

Additional context

lantiga commented 1 year ago

We should probably just put a download link on the UI in addition to wget