Skip to content

Commit 8c7d7d7

Browse files
committed
[Feat] Add xxhash dependency for fast hashing in prefix caching
1 parent 4766737 commit 8c7d7d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements/common.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ scipy # Required for phi-4-multimodal-instruct
4646
ninja # Required for xgrammar, rocm, tpu, xpu
4747
pybase64 # fast base64 implementation
4848
cbor2 # Required for cross-language serialization of hashable objects
49+
xxhash # Required for fast hashing for prefix caching
4950
setproctitle # Used to set process names for better debugging and monitoring
5051
openai-harmony >= 0.0.3 # Required for gpt-oss
5152
anthropic == 0.71.0

0 commit comments

Comments
 (0)