Skip to content

Commit 25d8366

Browse files
author
Sagar
committed
dep 7
1 parent 8794940 commit 25d8366

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

api/requirements-azure.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ python-multipart==0.0.20
1212
# Machine Learning and NLP (CPU versions)
1313
sentence-transformers==4.1.0
1414
transformers==4.49.0
15-
torch==2.6.0+cpu --find-links https://download.pytorch.org/whl/torch_stable.html
15+
# 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
1620
tokenizers==0.21.1
1721
huggingface-hub==0.29.3
1822
safetensors==0.5.3

0 commit comments

Comments
 (0)