We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06f44d5 commit f9d8288Copy full SHA for f9d8288
tox.ini
@@ -42,7 +42,7 @@ commands =
42
python -m fms_acceleration.cli install -e {toxinidir}/plugins/accelerated-moe
43
44
# install the flash attn at the last
45
- pip install flash-attn
+ pip install flash-attn --no-build-isolation
46
47
# run the benchmark script
48
bash scripts/run_benchmarks.sh {posargs:"1 2" "4 8" benchmark_outputs}
0 commit comments