Files
2026-07-13 12:31:40 +08:00

6 lines
358 B
Python

# Marker file: turn `utils/` from a namespace package into a regular package.
# torch 2.12's torchrun + multiprocessing has trouble resolving namespace
# packages from cwd in subprocesses; making this an explicit regular package
# makes `from utils.position_embedding_utils import ...` (used inside
# wan_5b/modules/model.py) reliable across torch versions.