wilson-labs / cola

Compositional Linear Algebra
Apache License 2.0
325 stars 24 forks source link

Updated pytree backend to address issue #84 #90

Open wejpurvis opened 1 month ago

wejpurvis commented 1 month ago

Updated backends.py to address deprecation warning raised in issue #84

...site-packages/cola/backends/backends.py:75: UserWarning: torch.utils._pytree._register_pytree_node is deprecated. Please use torch.utils._pytree.register_pytree_node instead.