Spaces:
Running
Running
adjustments
Browse files- src/pages/Calculator.tsx +0 -1
src/pages/Calculator.tsx
CHANGED
@@ -6,7 +6,6 @@ import MODELS from '../utils/models';
|
|
6 |
import DEVICES from '../utils/devices';
|
7 |
|
8 |
type Precision = '32-bit' | '16-bit' | '8-bit' | '4-bit';
|
9 |
-
type PrecisionName = '32-bit' | '16-bit' | '8-bit' | '4-bit';
|
10 |
|
11 |
interface ModelSizeBarChartProps {
|
12 |
modelSize: number; // in GB
|
|
|
6 |
import DEVICES from '../utils/devices';
|
7 |
|
8 |
type Precision = '32-bit' | '16-bit' | '8-bit' | '4-bit';
|
|
|
9 |
|
10 |
interface ModelSizeBarChartProps {
|
11 |
modelSize: number; // in GB
|