More adjustments

This commit is contained in:
henryruhs
2025-03-06 13:12:26 +01:00
parent 5bacb048dd
commit ff9b777b28
+1 -1
View File
@@ -5,5 +5,5 @@ from torch import Tensor
Batch : TypeAlias = Tensor
Embedding : TypeAlias = Tensor
Config : TypeAlias = Dict[str, Any]
Config : TypeAlias = Any
OptimizerSet : TypeAlias = Any