Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fastdeploy/spec_decode/suffix.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def __init__(self, fd_config: "FDConfig"):

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`."
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 建议 版本号不一致:错误信息中指定的是 arctic-inference==0.1.2,但原 requirements.txt 使用的是 arctic_inference-0.1.3 版本。请确认正确的版本号并保持一致。

)

# Initialize SuffixDecodingCache
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading