jonghhhh commited on
Commit
742abbe
·
verified ·
1 Parent(s): e12c834

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -4
requirements.txt CHANGED
@@ -10,10 +10,15 @@ langgraph-checkpoint==2.1.1
10
  # Vector Database
11
  chromadb==1.1.0
12
 
13
- # Machine Learning & Embeddings
 
 
 
 
 
 
14
  sentence-transformers==5.1.1
15
- torch>=2.0.0
16
- transformers>=4.30.0
17
 
18
  # Image Processing
19
  Pillow>=11.0.0
@@ -25,7 +30,6 @@ lxml==6.0.2
25
 
26
  # Data Processing
27
  pandas>=2.0.0
28
- numpy>=1.23.0
29
 
30
  # Utilities
31
  tqdm>=4.60.0
 
10
  # Vector Database
11
  chromadb==1.1.0
12
 
13
+ # CPU 전용 PyTorch (GPU 버전보다 10배 이상 빠름)
14
+ --extra-index-url https://download.pytorch.org/whl/cpu
15
+ torch==2.5.1+cpu
16
+ torchaudio==2.5.1+cpu
17
+ torchvision==0.20.1+cpu
18
+
19
+ # ML & Embeddings
20
  sentence-transformers==5.1.1
21
+ transformers==4.45.0
 
22
 
23
  # Image Processing
24
  Pillow>=11.0.0
 
30
 
31
  # Data Processing
32
  pandas>=2.0.0
 
33
 
34
  # Utilities
35
  tqdm>=4.60.0