Add YAML metadata to fix model card warning
Browse files
README.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# PyTorch Python 3.10 Wheel Collection
|
| 2 |
|
| 3 |
Complete PyTorch ML stack with all dependencies - no conflicts, easy installation.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: PyTorch Python 3.10 Wheel Collection
|
| 3 |
+
library_name: pytorch
|
| 4 |
+
license: mit
|
| 5 |
+
tags:
|
| 6 |
+
- pytorch
|
| 7 |
+
- wheels
|
| 8 |
+
- python3.10
|
| 9 |
+
- cuda
|
| 10 |
+
- transformers
|
| 11 |
+
- machine-learning
|
| 12 |
+
- deep-learning
|
| 13 |
+
- dependency-management
|
| 14 |
+
language:
|
| 15 |
+
- en
|
| 16 |
+
pipeline_tag: other
|
| 17 |
+
---
|
| 18 |
+
|
| 19 |
# PyTorch Python 3.10 Wheel Collection
|
| 20 |
|
| 21 |
Complete PyTorch ML stack with all dependencies - no conflicts, easy installation.
|