remove arctic_inference deps (#7231)

This commit is contained in:
GoldPancake
2026-04-08 15:25:14 +08:00
committed by GitHub
parent 49b3d0d326
commit aa23e0f966
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -43,7 +43,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
-1
View File
@@ -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