Skip to content

Commit d793f99

Browse files
authored
Merge pull request #167 from alanocallaghan/catalog-link
Add forum link and change cmd to bat for sphinx warning
2 parents c75e363 + f156464 commit d793f99

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

docs/deep/gpu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ println ai.djl.engine.Engine.getEngine("PyTorch")
219219

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

222-
```cmd
222+
```bat
223223
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
224224
INFO: Number of inter-op threads is 4
225225
INFO: Number of intra-op threads is 4

docs/intro/extensions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ If you are a QuPath extension developer and want to create your own catalog, you
6969
Sometimes, the extension you want to install is not present in a catalog.
7070
In that case, see the [Managing extensions without the extension manager](managing-without-manager) section.
7171

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

7376
### Installing extensions
7477

0 commit comments

Comments
 (0)