Skip to content

Commit

Permalink
Merge pull request #59 from dnv-innersource/README_minor_fixes
Browse files Browse the repository at this point in the history
Minor fixes to README and conanfile
  • Loading branch information
StephanieKemna authored Oct 17, 2024
2 parents b2c8803 + 50bfaa1 commit db44d49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Given that you have an ML model, you now need to:
2. Compile the FMU:

```sh
mlfmu build --interface-file Interface.json --model-file model.onnx
mlfmu build --interface-file interface.json --model-file model.onnx
```

or if the files are in your current working directory:
Expand Down
2 changes: 1 addition & 1 deletion src/mlfmu/fmu_build/conanfile.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[requires]
onnxruntime/1.18.1@stc/dev
onnxruntime/1.18.1

[options]
*:shared=False
Expand Down

0 comments on commit db44d49

Please sign in to comment.