Skip to content

Commit

Permalink
Chasing bug
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbenayoun committed Jul 19, 2024
1 parent 0395136 commit 70c2375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimum/neuron/utils/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,8 +414,8 @@ def run(
script_path = candidates[0]

# Installing requirements if needed.
raise ValueError(f"Script path: {script_path}")
if self.should_install_requirements:
raise ValueError(f"Script path: {script_path}")
self.install_requirements(script_path.parent / "requirements.txt")

def compute_max_train_samples(
Expand Down

0 comments on commit 70c2375

Please sign in to comment.