"git@developer.sourcefind.cn:OpenDAS/ollama.git" did not exist on "712d63c3f06f297e22b1ae32678349187dccd2e4"
Unverified Commit 95b7de88 authored by Patrick von Platen's avatar Patrick von Platen Committed by GitHub
Browse files

[Docs] Fix from pretrained docs (#4240)

* [Docs] Fix from pretrained docs

* [Docs] Fix from pretrained docs
parent cbb1ead6
...@@ -760,11 +760,9 @@ class DiffusionPipeline(ConfigMixin): ...@@ -760,11 +760,9 @@ class DiffusionPipeline(ConfigMixin):
- A path to a directory (`./my_pipeline_directory/`) containing a custom pipeline. The directory - A path to a directory (`./my_pipeline_directory/`) containing a custom pipeline. The directory
must contain a file called `pipeline.py` that defines the custom pipeline. must contain a file called `pipeline.py` that defines the custom pipeline.
For more information on how to load and create custom pipelines, please have a look at [Loading and For more information on how to load and create custom pipelines, please have a look at [Loading and
Adding Custom Adding Custom
Pipelines](https://huggingface.co/docs/diffusers/using-diffusers/custom_pipeline_overview) Pipelines](https://huggingface.co/docs/diffusers/using-diffusers/custom_pipeline_overview)
force_download (`bool`, *optional*, defaults to `False`): force_download (`bool`, *optional*, defaults to `False`):
Whether or not to force the (re-)download of the model weights and configuration files, overriding the Whether or not to force the (re-)download of the model weights and configuration files, overriding the
cached versions if they exist. cached versions if they exist.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment