ctranslate2-4you commited on
Commit
f130d68
Β·
1 Parent(s): 51cf009

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
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`** | βœ… | βœ… |