Open
Description
Describe the issue
OS : Windows 10
Is there a way to generate training artifacts in C++, without having to use python utilities? I took a look at the source code and I think that it is possible. I'm just having a hard time to link the necessary header files related to generating the artifacts.
To reproduce
#include "orttraining/training_api/checkpoint.h"
I can't even compile an empty code containing above header, even though I linked the .lib files and required headers. The error says that the file 'onnx/onnx..pb.h' can't be opened.
Urgency
No response
ONNX Runtime Installation
Built from Source
ONNX Runtime Version or Commit ID
1.18.0
PyTorch Version
2.2.0
Execution Provider
Default CPU
Execution Provider Library Version
No response