Commit ·
26e3023
1
Parent(s): ef8e0ee
Update Python version and GPU requirements in README; increase memory requirement for model inference
Browse files
README.md
CHANGED
|
@@ -137,9 +137,9 @@ python enhance_cli.py -i input.jpg -o output/ --quiet
|
|
| 137 |
|
| 138 |
## 📋 Requirements
|
| 139 |
|
| 140 |
-
- Python 3.
|
| 141 |
-
- CUDA
|
| 142 |
-
- ~
|
| 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
|