Skip to content

Commit

Permalink
Update llmfoundry/utils/model_download_utils.py
Browse files Browse the repository at this point in the history
Co-authored-by: Irene Dea <[email protected]>
  • Loading branch information
jerrychen109 and irenedea authored Jan 18, 2024
1 parent 697638f commit 513c9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llmfoundry/utils/model_download_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def _read_secrets_file(secret_file_path: str,):
with open(config_file, 'r', encoding='utf-8') as f:
configs = yaml.safe_load(f.read())

path = configs[model]
path = configs['models'][model]
registry = secrets['registry']

def get_oras_cmd(username: Optional[str] = None,
Expand Down

0 comments on commit 513c9b0

Please sign in to comment.