yichuan-huang commited on
Commit
26e3023
·
1 Parent(s): ef8e0ee

Update Python version and GPU requirements in README; increase memory requirement for model inference

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -137,9 +137,9 @@ python enhance_cli.py -i input.jpg -o output/ --quiet
137
 
138
  ## 📋 Requirements
139
 
140
- - Python 3.8+
141
- - CUDA-capable GPU (recommended) or CPU
142
- - ~10GB GPU memory for model inference
143
  - Dependencies listed in `requirements.txt`
144
 
145
  ## 🎓 Use Cases
 
137
 
138
  ## 📋 Requirements
139
 
140
+ - Python 3.10+
141
+ - CUDA
142
+ - ~40GB GPU memory for model inference
143
  - Dependencies listed in `requirements.txt`
144
 
145
  ## 🎓 Use Cases