Commit
Β·
f130d68
1
Parent(s):
51cf009
Update README.md
Browse files
README.md
CHANGED
@@ -93,4 +93,15 @@ Check CPU compatibility:
|
|
93 |
ctranslate2.get_supported_compute_types("cpu")
|
94 |
```
|
95 |
|
96 |
-
It will print out your CPU/GPU compatibility.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
93 |
ctranslate2.get_supported_compute_types("cpu")
|
94 |
```
|
95 |
|
96 |
+
It will print out your CPU/GPU compatibility. For example, a system with a 4090 GPU and 13900k would have the following compatibility:
|
97 |
+
|
98 |
+
| | **CPU** | **GPU** |
|
99 |
+
|-----------------|---------|---------|
|
100 |
+
| **`float32`** | β
| β
|
|
101 |
+
| **`int16`** | β
| |
|
102 |
+
| **`float16`** | | β
|
|
103 |
+
| **`bfloat16`** | | β
|
|
104 |
+
| **`int8_float32`** | β
| β
|
|
105 |
+
| **`int8_float16`** | | β
|
|
106 |
+
| **`int8_bfloat16`** | | β
|
|
107 |
+
| **`int8`** | β
| β
|
|