Skip to content

Commit

Permalink
Fix import to be more specific (avoid circular init problems)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmeanti committed Apr 19, 2024
1 parent 0c5388c commit 645e8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion falkon/kernels/precomputed_kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
import torch
from torch import Tensor

from falkon import FalkonOptions
from falkon.kernels import Kernel
from falkon.mmv_ops.fmmv_incore import incore_fdmmv, incore_fmmv
from falkon.options import FalkonOptions
from falkon.sparse import SparseTensor
from falkon.utils.helpers import check_same_dtype

Expand Down

0 comments on commit 645e8f1

Please sign in to comment.