From d5e2c9ca23a8cf27c1ab5021e08dc66720f095ae Mon Sep 17 00:00:00 2001 From: YuanhuanO Date: Thu, 25 Jul 2024 19:18:30 -0700 Subject: [PATCH] mypy fix --- gpu-calculator-3.html | 449 ------------------------------------------ pyproject.toml | 1 + 2 files changed, 1 insertion(+), 449 deletions(-) delete mode 100644 gpu-calculator-3.html diff --git a/gpu-calculator-3.html b/gpu-calculator-3.html deleted file mode 100644 index 9b7e98c..0000000 --- a/gpu-calculator-3.html +++ /dev/null @@ -1,449 +0,0 @@ - - - - - - GPU Usage Calculator - - - - - - -
-

GPU Usage Calculator for AI Model Training

- AI Neural Network - -
-
-

- AI Model Architecture - Model Parameters -

-
- - -
-
- - -
-
- - -
- -

- GPU Chip - GPU Selection -

-
- - -
- -

- Training Progress - Training Details -

-
- - -
-
- - -
-
- - -
- - -
- -
-

Estimated GPU Usage

- -
-
-

Estimated Training Time

-

-

-
-
-

Memory Utilization

-

-

-
-
-

Power Consumption

-

-

-
-
- - Download - Download Results - -
-
-
- - - - - - diff --git a/pyproject.toml b/pyproject.toml index 1afbcbb..8956d47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,6 +34,7 @@ check_untyped_defs = true follow_imports = "normal" strict = true plugins = ["pydantic.mypy"] +packages = ["gpu_bartender"] [tool.pytest.ini_options] testpaths = ["tests"]