Skip to content

Commit

Permalink
also removed from riemannian
Browse files Browse the repository at this point in the history
  • Loading branch information
Marton Havasi committed Dec 17, 2024
1 parent 1498339 commit be97497
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flow_matching/solver/riemannian_ode_solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def __init__(self, manifold: Manifold, velocity_model: ModelWrapper):
self.manifold = manifold
self.velocity_model = velocity_model

@torch.no_grad()
def sample(
self,
x_init: Tensor,
Expand Down

0 comments on commit be97497

Please sign in to comment.