Update links to examples (#3641)

Closes #3440
pull/3644/head
Marius Brehler 2024-08-16 18:59:44 +02:00 committed by GitHub
parent 78deb175b3
commit 56a663690c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -51,4 +51,4 @@ In Mark Step: true
```
## Example Models
There are also examples of a [HuggingFace BERT](../examples/ltc_backend_bert.py) and [MNIST](../examples/ltc_backend_mnist.py) model running on the example LTC backend.
There are also examples of a [HuggingFace BERT](../projects/pt1/examples/ltc_backend_bert.py) and [MNIST](../projects/pt1/examples/ltc_backend_mnist.py) model running on the example LTC backend.