Some checks failed
Build and Publish ray-serve-apps / build-and-publish (push) Failing after 20s
25 lines
312 B
Plaintext
25 lines
312 B
Plaintext
# Ray Serve dependencies
|
|
ray[serve]==2.53.0
|
|
|
|
# LLM inference
|
|
vllm
|
|
|
|
# Embeddings and reranking
|
|
sentence-transformers
|
|
|
|
# Speech-to-text
|
|
faster-whisper
|
|
|
|
# Text-to-speech
|
|
coqui-tts
|
|
|
|
# HTTP client
|
|
httpx
|
|
|
|
# Numerical computing
|
|
numpy
|
|
scipy
|
|
|
|
# Optional: Intel GPU support (for danilo node)
|
|
# intel-extension-for-pytorch
|