mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-22 16:07:51 +08:00
remove arctic_inference deps (#7235)
This commit is contained in:
@@ -39,7 +39,7 @@ class SuffixProposer(Proposer):
|
||||
|
||||
if SuffixDecodingCache is None:
|
||||
raise ImportError(
|
||||
"arctic_inference.suffix_decoding is not available. Please install arctic-inference package."
|
||||
"arctic_inference.suffix_decoding is not available. Please install via `pip install arctic-inference==0.1.2`"
|
||||
)
|
||||
|
||||
# Initialize SuffixDecodingCache
|
||||
|
||||
@@ -48,5 +48,4 @@ p2pstore
|
||||
py-cpuinfo
|
||||
flashinfer-python-paddle
|
||||
flash_mask @ https://paddle-qa.bj.bcebos.com/ernie/flash_mask-4.0.post20260128-py3-none-any.whl
|
||||
arctic_inference @ https://paddle-qa.bj.bcebos.com/ernie/arctic_inference-0.1.3-cp310-cp310-linux_x86_64.whl
|
||||
transformers>=4.55.1,<5.0.0
|
||||
|
||||
Reference in New Issue
Block a user