fix(app): remove accidentally committed tensor cache size

I had set this to zero for testing udring the python 2.6.0 upgrade and neglected to remove it.
This commit is contained in:
psychedelicious
2025-04-16 21:48:21 +10:00
parent 6a822a52b8
commit cbee6e6faf

View File

@@ -113,7 +113,6 @@ class ApiDependencies:
safe_globals=[torch.Tensor],
ephemeral=True,
),
max_cache_size=0,
)
conditioning = ObjectSerializerForwardCache(
ObjectSerializerDisk[ConditioningFieldData](