You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: env-amd-linux.yaml
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
# Mohamad-Hussein: I could not access an AMD GPU
2
-
# so this config is untested
2
+
# so this config is untested
3
3
name: speech-assistant
4
4
channels:
5
5
- pytorch
6
6
- defaults
7
7
dependencies:
8
8
- ffmpeg=4.3
9
-
- openh264=2.1.1=h4ff587b_0# This is needed for reading audio bytes rather than a file (https://stackoverflow.com/a/63977043/5288816)
9
+
- openh264=2.5.0# This is needed for reading audio bytes rather than a file (https://stackoverflow.com/a/63977043/5288816)
10
10
- python=3.11.5
11
11
# Use this when there is a rendering problem from customtkinter
12
12
# - conda-forge::tk=*=xft_* # For Linux customtkinter support (solution https://github.com/ContinuumIO/anaconda-issues/issues/6833#issuecomment-1805812007)
Copy file name to clipboardExpand all lines: env-cuda.yaml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ channels:
6
6
- defaults
7
7
dependencies:
8
8
- ffmpeg=4.3
9
-
- openh264=2.1.1=h4ff587b_0# This is needed for reading audio bytes rather than a file (https://stackoverflow.com/a/63977043/5288816)
9
+
- openh264=2.5.0# This is needed for reading audio bytes rather than a file (https://stackoverflow.com/a/63977043/5288816)
10
10
- python=3.11.5
11
11
# Use this when there is a rendering problem from customtkinter
12
12
# - conda-forge::tk=*=xft_* # For Linux customtkinter support (solution https://github.com/ContinuumIO/anaconda-issues/issues/6833#issuecomment-1805812007)
Copy file name to clipboardExpand all lines: env-general-win.yaml
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,11 @@
1
1
name: speech-assistant
2
2
channels:
3
3
- pytorch
4
+
- conda-forge
4
5
- defaults
5
6
dependencies:
6
7
- ffmpeg=4.3
7
-
- openh264=2.1.1=h4ff587b_0# This is needed for reading audio bytes rather than a file (https://stackoverflow.com/a/63977043/5288816)
8
+
- openh264=2.5.0# This is needed for reading audio bytes rather than a file (https://stackoverflow.com/a/63977043/5288816)
8
9
- python=3.9
9
10
# Use this when there is a rendering problem from customtkinter
10
11
# - conda-forge::tk=*=xft_* # For Linux customtkinter support (solution https://github.com/ContinuumIO/anaconda-issues/issues/6833#issuecomment-1805812007)
0 commit comments