From 002f925082cd1a804e838a3907b7d3bbc918635c Mon Sep 17 00:00:00 2001 From: GoldPancake <56388518+Deleter-D@users.noreply.github.com> Date: Wed, 8 Apr 2026 15:25:25 +0800 Subject: [PATCH] remove arctic_inference deps (#7235) --- fastdeploy/spec_decode/suffix.py | 2 +- requirements.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/fastdeploy/spec_decode/suffix.py b/fastdeploy/spec_decode/suffix.py index 3f2f4586d8..098a8ee810 100644 --- a/fastdeploy/spec_decode/suffix.py +++ b/fastdeploy/spec_decode/suffix.py @@ -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 diff --git a/requirements.txt b/requirements.txt index a6a7b6619c..e662f07e97 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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