Open Masterjp123 opened 4 months ago
The orig_func error relates to the @torch.inference_mode
decorator used on that function, so something's screwy with either your Python or PyTorch version. What versions are you using?
I think I was using pytorch:2.0.1-py3.10-cuda11.8.0-devel-ubuntu22.04, since that's what RunPod said I was using
I'm actually not sure if Torch 2.0.1 is still supported. I know there are wheels for it, and the wheel builds but I haven't tested it in a while. Since it's very old.
I'll need to investigate, I guess.
I was trying to quantize an L3 8B model using a jupiter notebook I cooked up and I got this error:
I have no clue what orig_func means, checked the docs, found nothing. So umm could someone please help me fix this or at least tell me what orig_func means