Skip to content

Commit

Permalink
Update link to YouTube video
Browse files Browse the repository at this point in the history
  • Loading branch information
mofeing committed Sep 13, 2023
1 parent 1fa3671 commit 4cc2cb2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ A Julia library for **Ten**sor **Net**works. `Tenet` can be executed both at loc
- **Flexibility** _Extend it to your needs._ 🔧
- **Performance** _Goes brr... fast._ 🏎️

`Tenet` can be executed both at local environments and on large supercomputers.
A video of its presentation at JuliaCon 2023 can be seen here:

[![Watch the video](https://img.youtube.com/vi/8BHGtm6FRMk/maxresdefault.jpg)](https://youtu.be/8BHGtm6FRMk)

## Features

Expand Down
4 changes: 3 additions & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ A Julia library for **_Ten_**sor **_Net_**works. `Tenet` can be executed both at
A video of its presentation at JuliaCon 2023 can be seen here:

```@raw html
<iframe class="youtube-video" width="560" height="315" src="https://www.youtube-nocookie.com/embed/gyufVG56TEQ?si=t8MFW41vey1u5vAm&amp;start=326" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<div class="youtube-video">
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/8BHGtm6FRMk?si=bPXB6bPtK695HFIR" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
```

## Features
Expand Down

0 comments on commit 4cc2cb2

Please sign in to comment.