Skip to content

Commit

Permalink
fix: requirements file path in error (#111)
Browse files Browse the repository at this point in the history
Signed-off-by: Will Johnson <[email protected]>
  • Loading branch information
willmj authored Nov 15, 2024
1 parent 9239802 commit e7a0e2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
except ImportError as e:
raise ImportError(
"kernel-hyperdrive PyPI package not found. Install it: "
"pip install -r plugins/accelerated-moe/requirements-scattermoe.txt"
"pip install -r plugins/accelerated-moe/requirements-khd.txt"
) from e

# Local
Expand Down

0 comments on commit e7a0e2f

Please sign in to comment.