Lightning-AI / lightning-thunder

Make PyTorch models up to 40% faster! Thunder is a source to source compiler for PyTorch. It enables using different hardware executors at once; across one or thousands of GPUs.
Apache License 2.0
1.07k stars 60 forks source link

Update error messages. #620

Closed tfogal closed 1 week ago

tfogal commented 1 week ago

As Wojciech points out in #582, the error message here was never updated after the switch of entry points.

Reported-by: Wojciech Prazuch