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 46f3c4f commit 7d4b2f7Copy full SHA for 7d4b2f7
objective.py
@@ -32,7 +32,7 @@ class Objective(BaseObjective):
32
# solvers or datasets should be declared in Dataset or Solver (see
33
# simulated.py and python-gd.py).
34
# Example syntax: requirements = ['numpy', 'pip:jax', 'pytorch:pytorch']
35
- requirements = ["pytorch:pytorch", "pip:numpy", "pip:deepinv", "pip:pyiqa"]
+ requirements = ["pip:torch", "pip:numpy", "pip:deepinv", "pip:pyiqa"]
36
37
# Minimal version of benchopt required to run this benchmark.
38
# Bump it up if the benchmark depends on a new feature of benchopt.
0 commit comments