lightning-hpo
lightning-hpo copied to clipboard
wget is not support and there was no alternative option suggested
🐛 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
- Go to Apps gallery
- Duplicate training studio App
- Run --->
lightning connect 01gkmref244yjm4zv3gqs860ef --yes
- 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