ipex-llm icon indicating copy to clipboard operation
ipex-llm copied to clipboard

[Nano] Add save/load fundamental examples for optimized Pytorch model

Open hjzin opened this issue 3 years ago • 1 comments

Description

Add save/load fundamental examples for optimized Pytorch model.

1. Why the change?

related issue: #5773

2. User API changes

N/A

3. Summary of the change

Add save/load fundamental examples for optimized Pytorch model using openvino and onnxruntime as accelerator.

4. How to test?

  • [ ] Unit test

hjzin avatar Sep 21 '22 08:09 hjzin

Maybe use InferenceOptimizer instead of Trainer here.

rnwang04 avatar Sep 22 '22 01:09 rnwang04