Skip to content

[docs] Fix broken model source links in ko/philosophy - #14393

Open
richboyneedcash wants to merge 1 commit into
huggingface:mainfrom
richboyneedcash:fix-ko-philosophy-model-links
Open

[docs] Fix broken model source links in ko/philosophy#14393
richboyneedcash wants to merge 1 commit into
huggingface:mainfrom
richboyneedcash:fix-ko-philosophy-model-links

Conversation

@richboyneedcash

Copy link
Copy Markdown

What does this PR do?

The Korean philosophy guide (docs/source/ko/conceptual/philosophy.md) links to model source files using their old paths. These files were moved into the unets/ and transformers/ subpackages, so the links currently 404.

Old path (404) Current path
models/unet_2d_condition.py models/unets/unet_2d_condition.py
models/unet_2d_blocks.py models/unets/unet_2d_blocks.py
models/transformer_2d.py models/transformers/transformer_2d.py

Each new path was verified against the current main tree. Docs-only change; the attention_processor.py link on the same page is still valid and left unchanged.

The Korean philosophy guide links to model source files that were
moved into subpackages. Update the paths to their current locations:

- `models/unet_2d_condition.py` -> `models/unets/unet_2d_condition.py`
- `models/unet_2d_blocks.py`    -> `models/unets/unet_2d_blocks.py`
- `models/transformer_2d.py`    -> `models/transformers/transformer_2d.py`

Co-authored-by: TRAE CLI <noreply@bytedance.com>
@github-actions github-actions Bot added documentation Improvements or additions to documentation size/S PR with diff < 50 LOC labels Aug 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation size/S PR with diff < 50 LOC

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant