We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6abad1e commit 8badee3Copy full SHA for 8badee3
ads/aqua/model/model.py
@@ -788,7 +788,7 @@ def register(
788
break
789
if i == retry:
790
raise Exception(
791
- "Could not download the model {model_name} from https://huggingface.co with message {huggingface_download}"
+ f"Could not download the model {model_name} from https://huggingface.co with message {huggingface_download_err_message}"
792
)
793
os.makedirs(local_dir, exist_ok=True)
794
# Copy the model from the cache to destination
0 commit comments