Update README.md
Browse files
README.md
CHANGED
|
@@ -12,6 +12,13 @@ This model has been pushed to the Hub using the [PytorchModelHubMixin](https://h
|
|
| 12 |
- Library: ronnief1/RetFiner
|
| 13 |
- Docs: [More Information Needed]
|
| 14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
|
| 16 |
```python
|
| 17 |
import torch
|
|
|
|
| 12 |
- Library: ronnief1/RetFiner
|
| 13 |
- Docs: [More Information Needed]
|
| 14 |
|
| 15 |
+
### Required Libraries
|
| 16 |
+
This model requires two specific Python libraries:
|
| 17 |
+
|
| 18 |
+
| Library | Version | Purpose |
|
| 19 |
+
|---------|---------|---------|
|
| 20 |
+
| **torch** | `2.4.1+cu118` | PyTorch deep learning framework |
|
| 21 |
+
|
| 22 |
|
| 23 |
```python
|
| 24 |
import torch
|