mirror of
https://github.com/hpcaitech/Open-Sora.git
synced 2026-04-16 21:23:27 +02:00
remove ml_collections
This commit is contained in:
parent
a5917c6a3e
commit
8a5de06b44
|
|
@ -1,7 +1,6 @@
|
|||
import functools
|
||||
from typing import Any, Dict, Tuple, Type, Union, Sequence, Optional
|
||||
from absl import logging
|
||||
import ml_collections
|
||||
import torch
|
||||
import torch.nn as nn
|
||||
import numpy as np
|
||||
|
|
|
|||
Loading…
Reference in a new issue