Skip to content

Commit

Permalink
Closes #297
Browse files Browse the repository at this point in the history
  • Loading branch information
DhairyaLGandhi committed Mar 14, 2021
1 parent 2cbd4c2 commit d074b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The zoo comes with its own [Julia project](https://julialang.github.io/Pkg.jl/la
using Pkg; Pkg.activate("."); Pkg.instantiate()
```

to install all needed packages. Then you can run the model code with `include("script.jl")` or by running the script line-by-line.
to install all needed packages. Then you can run the model code with `include("<model-to-run>.jl")` or by running the model script line-by-line.

Models may also be run with NVIDIA GPU support, if you have a CUDA installed. Most models will have this capability by default, pointed at by calls to `gpu` in the model code.

Expand Down

0 comments on commit d074b64

Please sign in to comment.