Skip to content

Commit

Permalink
dynomo import removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Demirrr committed Nov 25, 2024
1 parent 4b1a876 commit a6e15b7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions dicee/models/ensemble.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
import torch
import copy

import torch._dynamo

torch._dynamo.config.suppress_errors = True


class EnsembleKGE:
def __init__(self, seed_model):
self.models = []
Expand Down

0 comments on commit a6e15b7

Please sign in to comment.