Skip to content

Commit

Permalink
refactor: update ldm-bert config.json url closes huggingface#675 (h…
Browse files Browse the repository at this point in the history
…uggingface#680)

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

Signed-off-by: Ryan Russell <[email protected]>

Signed-off-by: Ryan Russell <[email protected]>
  • Loading branch information
ryanrussell authored Sep 30, 2022
1 parent 016a6b8 commit a0e4da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/latent_diffusion/pipeline_latent_diffusion.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def __call__(


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",
}


Expand Down

0 comments on commit a0e4da6

Please sign in to comment.