Johdw commited on
Commit
763812d
·
verified ·
1 Parent(s): 6dec936

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -4
requirements.txt CHANGED
@@ -1,11 +1,10 @@
1
- # The Final, Lightweight Requirements.
2
- # This first line forces the install of the SMALL, CPU-ONLY version of the AI library.
3
- # This is the guaranteed fix for the "Storage Limit" error.
4
  --extra-index-url https://download.pytorch.org/whl/cpu
5
  torch
6
  torchvision
7
 
8
- # The minimal required libraries for a pure FastAPI.
9
  segment-anything-py
10
  pillow
11
  requests
 
1
+ # THE FINAL, LIGHTWEIGHT REQUIREMENTS.
2
+ # This guarantees we use the SMALL, CPU-ONLY version of the AI library.
 
3
  --extra-index-url https://download.pytorch.org/whl/cpu
4
  torch
5
  torchvision
6
 
7
+ # Minimal required libraries.
8
  segment-anything-py
9
  pillow
10
  requests