diff --git a/docs/ramp.py b/docs/ramp.py index ab4323cb1d..46499852ce 100644 --- a/docs/ramp.py +++ b/docs/ramp.py @@ -239,7 +239,7 @@ print("******* PART 3 *******") # it's much simpler than what's in LLVM or MLIR from tinygrad import dtypes -from tinygrad.uop import UOp, Ops +from tinygrad.uop.ops import UOp, Ops # first, we'll construct some const UOps a = UOp(Ops.CONST, dtypes.int, arg=2)