Spaces:
Running
on
Zero
Running
on
Zero
Update wan/modules/t5.py
Browse files- wan/modules/t5.py +1 -1
wan/modules/t5.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# Modified from transformers.models.t5.modeling_t5
|
2 |
# Copyright 2024-2025 The Alibaba Wan Team Authors. All rights reserved.
|
3 |
-
import logging
|
4 |
import math
|
5 |
|
6 |
import torch
|
|
|
1 |
# Modified from transformers.models.t5.modeling_t5
|
2 |
# Copyright 2024-2025 The Alibaba Wan Team Authors. All rights reserved.
|
3 |
+
import logging#,spaces
|
4 |
import math
|
5 |
|
6 |
import torch
|