Spaces:
Build error
Build error
Update optimization.py
Browse files- optimization.py +1 -1
optimization.py
CHANGED
|
@@ -5,7 +5,7 @@ Taken from https://huggingface.co/spaces/cbensimon/wan2-1-fast/
|
|
| 5 |
from typing import Any
|
| 6 |
from typing import Callable
|
| 7 |
from typing import ParamSpec
|
| 8 |
-
|
| 9 |
import spaces
|
| 10 |
import torch
|
| 11 |
from torch.utils._pytree import tree_map_only
|
|
|
|
| 5 |
from typing import Any
|
| 6 |
from typing import Callable
|
| 7 |
from typing import ParamSpec
|
| 8 |
+
import spaces
|
| 9 |
import spaces
|
| 10 |
import torch
|
| 11 |
from torch.utils._pytree import tree_map_only
|