Spaces:
Running
Running
Commit
ยท
d7880b2
1
Parent(s):
39105fc
fix hardware name
Browse files- hardware.yml +2 -4
hardware.yml
CHANGED
|
@@ -34,13 +34,11 @@
|
|
| 34 |
backends:
|
| 35 |
- pytorch
|
| 36 |
|
| 37 |
-
- machine:
|
| 38 |
description: 4th-Gen-Intel-Xeon-385W ๐ฅ๏ธ
|
| 39 |
hardware_provider: intel
|
| 40 |
hardware_type: cpu
|
| 41 |
subsets:
|
| 42 |
- unquantized
|
| 43 |
backends:
|
| 44 |
-
- pytorch
|
| 45 |
-
- onnxruntime
|
| 46 |
-
- openvino
|
|
|
|
| 34 |
backends:
|
| 35 |
- pytorch
|
| 36 |
|
| 37 |
+
- machine: 32vCPU-C7i
|
| 38 |
description: 4th-Gen-Intel-Xeon-385W ๐ฅ๏ธ
|
| 39 |
hardware_provider: intel
|
| 40 |
hardware_type: cpu
|
| 41 |
subsets:
|
| 42 |
- unquantized
|
| 43 |
backends:
|
| 44 |
+
- pytorch
|
|
|
|
|
|