johnbridges commited on
Commit
a89ebb4
·
1 Parent(s): d33e1ec
Files changed (1) hide show
  1. requirements.txt +8 -2
requirements.txt CHANGED
@@ -1,17 +1,23 @@
 
 
 
1
  gradio>=5.3.0
2
  fastapi>=0.116.1
3
  uvicorn>=0.35.0
4
  aio-pika>=9.5.7
5
 
 
6
  pydantic>=2.11.7
7
  pydantic-settings>=2.10.1
8
 
 
9
  spaces
10
  accelerate
11
  autoawq
12
  huggingface_hub
13
-
14
  vllm>=0.10.0
15
- torch>=2.7.1
16
  transformers>=4.51.0
17
 
 
 
 
 
1
+ --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/cpu/us/
2
+
3
+ # Web + API
4
  gradio>=5.3.0
5
  fastapi>=0.116.1
6
  uvicorn>=0.35.0
7
  aio-pika>=9.5.7
8
 
9
+ # Config
10
  pydantic>=2.11.7
11
  pydantic-settings>=2.10.1
12
 
13
+ # Hugging Face / LLM
14
  spaces
15
  accelerate
16
  autoawq
17
  huggingface_hub
 
18
  vllm>=0.10.0
 
19
  transformers>=4.51.0
20
 
21
+ # Intel optimized PyTorch stack (CPU with BF16 oneDNN kernels)
22
+ torch==2.8.0+cpu
23
+ intel-extension-for-pytorch==2.8.0