← back to Exo
Fix TFLOPS on 4060 Ti - cabelo@opensuse.org
0dd3b2f886a8b1f213444346e59a1e0b480cd563 · 2024-10-13 23:08:37 -0300 · Alessandro de Oliveira Faria (A.K.A. CABELO)
Files touched
M exo/topology/device_capabilities.py
Diff
commit 0dd3b2f886a8b1f213444346e59a1e0b480cd563
Author: Alessandro de Oliveira Faria (A.K.A. CABELO) <cabelo@opensuse.org>
Date: Sun Oct 13 23:08:37 2024 -0300
Fix TFLOPS on 4060 Ti - cabelo@opensuse.org
---
exo/topology/device_capabilities.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/exo/topology/device_capabilities.py b/exo/topology/device_capabilities.py
index 75f306d8..4acc1dd0 100644
--- a/exo/topology/device_capabilities.py
+++ b/exo/topology/device_capabilities.py
@@ -71,6 +71,7 @@ CHIP_FLOPS = {
"NVIDIA GEFORCE RTX 4070 TI": DeviceFlops(fp32=39.43*TFLOPS, fp16=78.86*TFLOPS, int8=157.72*TFLOPS),
"NVIDIA GEFORCE RTX 4070 SUPER": DeviceFlops(fp32=30.0*TFLOPS, fp16=60.0*TFLOPS, int8=120.0*TFLOPS),
"NVIDIA GEFORCE RTX 4070": DeviceFlops(fp32=29.0*TFLOPS, fp16=58.0*TFLOPS, int8=116.0*TFLOPS),
+ "NVIDIA GEFORCE RTX 4060 TI 16GB": DeviceFlops(fp32=22.0*TFLOPS, fp16=44.0*TFLOPS, int8=88.0*TFLOPS),
"NVIDIA GEFORCE RTX 4060 TI": DeviceFlops(fp32=22.0*TFLOPS, fp16=44.0*TFLOPS, int8=88.0*TFLOPS),
# RTX 30 series
"NVIDIA GEFORCE RTX 3050": DeviceFlops(fp32=9.11*TFLOPS, fp16=18.22*TFLOPS, int8=36.44*TFLOPS),
← 8e3e43bb Add download progress bar in tinychat
·
back to Exo
·
Fix gpu capabilities display issue. Also update the capabili 03cbcca2 →