← back to Exo
Fix TFLOPS on 4060 Ti
1dc28e87bd3b6babe0c68b59055db1661869cb73 · 2024-10-12 19:12:42 -0300 · Alessandro de Oliveira Faria (A.K.A. CABELO)
Files touched
M exo/topology/device_capabilities.py
Diff
commit 1dc28e87bd3b6babe0c68b59055db1661869cb73
Author: Alessandro de Oliveira Faria (A.K.A. CABELO) <cabelo@opensuse.org>
Date: Sat Oct 12 19:12:42 2024 -0300
Fix TFLOPS on 4060 Ti
---
exo/topology/device_capabilities.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/exo/topology/device_capabilities.py b/exo/topology/device_capabilities.py
index afc4d5a4..75f306d8 100644
--- a/exo/topology/device_capabilities.py
+++ b/exo/topology/device_capabilities.py
@@ -71,7 +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),
"NVIDIA GEFORCE RTX 3060": DeviceFlops(fp32=13.0*TFLOPS, fp16=26.0*TFLOPS, int8=52.0*TFLOPS),
← 83459b77 Modify download progress section in tinychat index.css
·
back to Exo
·
Add download progress bar in tinychat 8e3e43bb →