Skip to content

Commit

Permalink
add onnx back into config docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nreinicke committed Jan 16, 2024
1 parent e6db1d4 commit b9aa174
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ name = "2012_Ford_Focus"
type = "single_fuel"
# the file for the routee-powertrain model
model_input_file = "models/2012_Ford_Focus.bin"
# what underlying machine learn framework to use [smartcore | interpolate]
# what underlying machine learn framework to use [smartcore | interpolate | onnx]
model_type = "smartcore"
# the units of what the routee-powertrain model expects speed to be in
speed_unit = "miles_per_hour"
Expand Down Expand Up @@ -158,7 +158,7 @@ name = "2012_Ford_Focus"
type = "single_fuel"
# the file for the routee-powertrain model
model_input_file = "models/2012_Ford_Focus.bin"
# what underlying machine learn framework to use [smartcore | interpolate]
# what underlying machine learn framework to use [smartcore | interpolate | onnx]
model_type = "smartcore"
# the units of what the routee-powertrain model expects speed to be in
speed_unit = "miles_per_hour"
Expand Down

0 comments on commit b9aa174

Please sign in to comment.