chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:31:40 +08:00
commit 4df75a30cd
234 changed files with 41407 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
# 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.