mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-31 23:27:43 +00:00
Fix include order build failure training build (#12425)
Signed-off-by: George Nash <george.nash@intel.com>
This commit is contained in:
parent
e3b501125d
commit
0125e15281
2 changed files with 1 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
#include "core/common/common.h"
|
||||
#include "core/framework/op_kernel.h"
|
||||
|
||||
#include "core/providers/cpu/tensor/utils.h"
|
||||
#include "orttraining/training_ops/cpu/optimizer/adamw/adamwbase.h"
|
||||
|
||||
namespace onnxruntime {
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
|
||||
#include "core/common/common.h"
|
||||
#include "core/framework/op_kernel.h"
|
||||
#include "core/providers/cpu/tensor/utils.h"
|
||||
|
||||
namespace onnxruntime {
|
||||
namespace contrib {
|
||||
|
|
|
|||
Loading…
Reference in a new issue