Skip to content

Commit

Permalink
Fix include path typo in onnx exporter (marian-nmt#978)
Browse files Browse the repository at this point in the history
  • Loading branch information
angrypie authored Apr 14, 2023
1 parent 1334fa5 commit 8bf101c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/onnx/expression_graph_onnx_exporter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "models/model_factory.h"
#include "models/encoder_decoder.h"
#include "data/corpus_base.h"
#include "tensors/cpu/fbgemm/expression_graph_packable.h"
#include "tensors/cpu/expression_graph_packable.h"

#include <memory>

Expand Down

0 comments on commit 8bf101c

Please sign in to comment.