Azure / Azure/azureml-examples
Azure download_model from HuggingFace with Username and Password parameters
- Dominant language
- Jupyter Notebook
- Stars
- 2k
- Forks
- 1.7k
- Avg merge
- 18h 18m
- Merged PRs (30d)
- 2
Description
### Describe your suggestion
requesting to update run_model_download.py notebook to include username and password fields so we can complete the import_model_into_registry.ipynb
e.g....
parser.add_argument("--Username", required=True, help="Username for authentication")
parser.add_argument("--Password", required=True, help="Password for authentication")
### Additional details
_No response_
Contributor guide
Research direction
Open the run_model_download.py notebook and compare its current inputs with the usage in import_model_into_registry.ipynb. Trace how the model download is invoked for HuggingFace on Azure, then verify that the registry import can complete when the requested username and password fields are supplied.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, huggingface, jupyter-notebook
- Domain
- cloud, machine-learning
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 50/100