Skip to content

Commit 002f925

Browse files
authored
remove arctic_inference deps (#7235)
1 parent 2d6fa35 commit 002f925

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

fastdeploy/spec_decode/suffix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def __init__(self, fd_config: FDConfig):
3939

4040
if SuffixDecodingCache is None:
4141
raise ImportError(
42-
"arctic_inference.suffix_decoding is not available. Please install arctic-inference package."
42+
"arctic_inference.suffix_decoding is not available. Please install via `pip install arctic-inference==0.1.2`"
4343
)
4444

4545
# Initialize SuffixDecodingCache

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,4 @@ p2pstore
4848
py-cpuinfo
4949
flashinfer-python-paddle
5050
flash_mask @ https://paddle-qa.bj.bcebos.com/ernie/flash_mask-4.0.post20260128-py3-none-any.whl
51-
arctic_inference @ https://paddle-qa.bj.bcebos.com/ernie/arctic_inference-0.1.3-cp310-cp310-linux_x86_64.whl
5251
transformers>=4.55.1,<5.0.0

0 commit comments

Comments
 (0)