We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8794940 commit 25d8366Copy full SHA for 25d8366
1 file changed
api/requirements-azure.txt
@@ -12,7 +12,11 @@ python-multipart==0.0.20
12
# Machine Learning and NLP (CPU versions)
13
sentence-transformers==4.1.0
14
transformers==4.49.0
15
-torch==2.6.0+cpu --find-links https://download.pytorch.org/whl/torch_stable.html
+# Core PyTorch packages (CPU only for Azure deployment)
16
+--extra-index-url https://download.pytorch.org/whl/cpu
17
+torch==2.6.0
18
+torchvision==0.21.0
19
+torchaudio==2.6.0
20
tokenizers==0.21.1
21
huggingface-hub==0.29.3
22
safetensors==0.5.3
0 commit comments