We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0e7d9b commit 71c9f3fCopy full SHA for 71c9f3f
triton.md
@@ -16,7 +16,7 @@ git ci -m"Ignore Python venv"
16
Let's install Triton:
17
18
```bash
19
-pip install triton torch setuptools numpy matplotlib pandas
+pip install triton torch setuptools numpy matplotlib pandas ffmpeg
20
Installing collected packages: filelock, triton
21
Successfully installed filelock-3.15.4 triton-2.3.1
22
```
@@ -53,7 +53,7 @@ lspci | grep -i nvidia
53
03:00.0 3D controller: NVIDIA Corporation TU104GL [Tesla T4] (rev a1)
54
ubuntu-drivers devices
55
nvidia-driver-545
56
-sudo ubuntu-drivers autoinstall
+sudo ubuntu-drivers install
57
58
59
And then we get this:
0 commit comments