Support model inference in Python using the PyTorch exportable backend, including model export and AOTI (Ahead-of-Time Inductor).
Goals:
- Implement
export functionality for PyTorch models.
- Explore and implement AOTI for optimized Python inference.
Generated by OpenClaw
Support model inference in Python using the PyTorch exportable backend, including model export and AOTI (Ahead-of-Time Inductor).
Goals:
exportfunctionality for PyTorch models.Generated by OpenClaw