Skip to content

Commit

Permalink
Removed redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
purusharths authored May 14, 2024
1 parent e0162d9 commit c578ca6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion models/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ Optionally, configuration options may be passed to the model by the client: `con
For more flexibility, the model's input and output dimensions may optionally depend on `config`.

```
# Define the model behavior
function evaluate(input::Vector{Any}, config::Dict{String, Any})
output = 2 * input
return [output]
Expand Down

0 comments on commit c578ca6

Please sign in to comment.