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 ddd195f commit f627d38Copy full SHA for f627d38
install_requirements.py
@@ -101,8 +101,8 @@ def python_is_compatible():
101
102
# pip packages needed by exir.
103
EXIR_REQUIREMENTS = [
104
- f"torch==2.5.0",
105
- f"torchvision==0.20.0", # For testing.
+ "torch==2.5.0",
+ "torchvision==0.20.0", # For testing.
106
"typing-extensions",
107
]
108
@@ -121,7 +121,7 @@ def python_is_compatible():
121
# TODO: Make each example publish its own requirements.txt
122
EXAMPLES_REQUIREMENTS = [
123
"timm==1.0.7",
124
- f"torchaudio==2.5.0",
+ "torchaudio==2.5.0",
125
"torchsr==1.0.4",
126
"transformers==4.42.4",
127
0 commit comments