Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Oct 24, 2024
1 parent ace83b2 commit 206d258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/manual/PyTorch.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ formulation
Pass a dictionary to the `config` keyword that maps the `Symbol` name of each
PyTorch layer to a MathOptAI predictor:

```julia
```@repl
using JuMP, MathOptAI
model = Model();
@variable(model, x[1:1]);
Expand Down

0 comments on commit 206d258

Please sign in to comment.