Skip to content

Commit 71c9f3f

Browse files
committed
Triton: ffmpeg library, newer install subcommand
1 parent c0e7d9b commit 71c9f3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

triton.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ git ci -m"Ignore Python venv"
1616
Let's install Triton:
1717

1818
```bash
19-
pip install triton torch setuptools numpy matplotlib pandas
19+
pip install triton torch setuptools numpy matplotlib pandas ffmpeg
2020
Installing collected packages: filelock, triton
2121
Successfully installed filelock-3.15.4 triton-2.3.1
2222
```
@@ -53,7 +53,7 @@ lspci | grep -i nvidia
5353
03:00.0 3D controller: NVIDIA Corporation TU104GL [Tesla T4] (rev a1)
5454
ubuntu-drivers devices
5555
nvidia-driver-545
56-
sudo ubuntu-drivers autoinstall
56+
sudo ubuntu-drivers install
5757
```
5858

5959
And then we get this:

0 commit comments

Comments
 (0)