Lightning-Universe/Training-Studio_app

wget is not support and there was no alternative option suggested

Madhu-gh opened this issue ยท 1 comments

๐Ÿ› 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

  • PyTorch Version (e.g., 1.0):
  • OS (e.g., Linux):
  • How you installed PyTorch (conda, pip, source):
  • Build command you used (if compiling from source):
  • Python version:
  • CUDA/cuDNN version:
  • GPU models and configuration:
  • Any other relevant information:

Additional context

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