Skip to content

Commit

Permalink
Bump value tracer compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuseppe5 committed Nov 23, 2024
1 parent 9f736cb commit 81b6f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/brevitas/fx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from brevitas import torch_version

# This needs to be bumped until https://github.com/pytorch/pytorch/pull/94461 gets merged
if torch_version < version.parse('2.2'):
if torch_version < version.parse('2.5'):
import brevitas.backport.fx as fx
from brevitas.backport.fx._compatibility import compatibility
from brevitas.backport.fx._symbolic_trace import _assert_is_none
Expand Down

0 comments on commit 81b6f47

Please sign in to comment.