← back to Exo
TFLOPS on GTX 1660 - cabelo@opensuse.org
3e33bca79924416bf3e174c848b254cbad928eef · 2024-10-15 01:54:19 -0300 · Alessandro de Oliveira Faria (A.K.A. CABELO)
Files touched
M exo/topology/device_capabilities.py
Diff
commit 3e33bca79924416bf3e174c848b254cbad928eef
Author: Alessandro de Oliveira Faria (A.K.A. CABELO) <cabelo@opensuse.org>
Date: Tue Oct 15 01:54:19 2024 -0300
TFLOPS on GTX 1660 - cabelo@opensuse.org
---
exo/topology/device_capabilities.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/exo/topology/device_capabilities.py b/exo/topology/device_capabilities.py
index a73da33c..66a4ed12 100644
--- a/exo/topology/device_capabilities.py
+++ b/exo/topology/device_capabilities.py
@@ -95,6 +95,8 @@ CHIP_FLOPS = {
"NVIDIA TITAN RTX": DeviceFlops(fp32=16.31*TFLOPS, fp16=32.62*TFLOPS, int8=65.24*TFLOPS),
# GTX 10 series
"NVIDIA GEFORCE GTX 1050 TI": DeviceFlops(fp32=2.0*TFLOPS, fp16=4.0*TFLOPS, int8=8.0*TFLOPS),
+ # GTX 16 series
+ "NVIDIA GeForce GTX 1660 TI": DeviceFlops(fp32=4.8*TFLOPS, fp16=9.6*TFLOPS, int8=19.2*TFLOPS),
# QUADRO RTX Ampere series
"NVIDIA RTX A2000": DeviceFlops(fp32=7.99*TFLOPS, fp16=7.99*TFLOPS, int8=31.91*TFLOPS),
"NVIDIA RTX A4000": DeviceFlops(fp32=19.17*TFLOPS, fp16=19.17*TFLOPS, int8=76.68*TFLOPS),
← d931e4d1 Fix null download progress bug
·
back to Exo
·
add nemotron-70b and nemotron-70b-bf16 61ee67c9 →