Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/deep/gpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ println ai.djl.engine.Engine.getEngine("PyTorch")

If all has gone well, you should see something like this:

```cmd
```bat
INFO: PyTorch graph executor optimizer is enabled, this may impact your inference latency and throughput. See: https://docs.djl.ai/docs/development/inference_performance_optimization.html#graph-executor-optimization
INFO: Number of inter-op threads is 4
INFO: Number of intra-op threads is 4
Expand Down
3 changes: 3 additions & 0 deletions docs/intro/extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ If you are a QuPath extension developer and want to create your own catalog, you
Sometimes, the extension you want to install is not present in a catalog.
In that case, see the [Managing extensions without the extension manager](managing-without-manager) section.

:::{Tip}
You can find some useful community-provided catalogs on the [image.sc forum](https://forum.image.sc/tag/qupath-catalog).
:::

### Installing extensions

Expand Down