mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 12:24:53 +00:00
Fix flashinfer install
This commit is contained in:
parent
6defe57d7a
commit
41948e240f
@ -1,2 +1,5 @@
|
|||||||
install-flashinfer:
|
install-flashinfer:
|
||||||
|
# We need fsspec as an additional dependency, but
|
||||||
|
# `pip install flashinfer` cannot resolve it.
|
||||||
|
pip install fsspec
|
||||||
pip install flashinfer==0.2.0.post1 -i https://flashinfer.ai/whl/cu124/torch2.4
|
pip install flashinfer==0.2.0.post1 -i https://flashinfer.ai/whl/cu124/torch2.4
|
||||||
|
Loading…
Reference in New Issue
Block a user