1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

refactor: update ldm-bert config.json url closes #675 (#680)

refactor: update ldm-bert `config.json` url

Signed-off-by: Ryan Russell <git@ryanrussell.org>

Signed-off-by: Ryan Russell <git@ryanrussell.org>
This commit is contained in:
Ryan Russell
2022-09-30 04:52:14 -05:00
committed by GitHub
parent a784be2ebe
commit 877bec8a91

View File

@@ -179,7 +179,7 @@ LDMBERT_PRETRAINED_MODEL_ARCHIVE_LIST = [
LDMBERT_PRETRAINED_CONFIG_ARCHIVE_MAP = {
"ldm-bert": "https://huggingface.co/ldm-bert/resolve/main/config.json",
"ldm-bert": "https://huggingface.co/valhalla/ldm-bert/blob/main/config.json",
}