Spaces:
Running
Running
minor fixes
Browse files- build/asset-manifest.json +3 -3
- build/index.html +1 -1
- build/static/js/{main.d15859de.js β main.f5886c6a.js} +0 -0
- build/static/js/{main.d15859de.js.LICENSE.txt β main.f5886c6a.js.LICENSE.txt} +0 -0
- build/static/js/{main.d15859de.js.map β main.f5886c6a.js.map} +0 -0
- src/pages/Calculator.tsx +3 -6
build/asset-manifest.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
| 1 |
{
|
| 2 |
"files": {
|
| 3 |
"main.css": "/static/css/main.f2e733f7.css",
|
| 4 |
-
"main.js": "/static/js/main.
|
| 5 |
"static/media/logo-dark-mode.png": "/static/media/logo-dark-mode.0c51ff42111d2779453a.png",
|
| 6 |
"static/media/logo-light-mode.png": "/static/media/logo-light-mode.6bc3b2d5ed1ec2d7d721.png",
|
| 7 |
"index.html": "/index.html",
|
| 8 |
"main.f2e733f7.css.map": "/static/css/main.f2e733f7.css.map",
|
| 9 |
-
"main.
|
| 10 |
},
|
| 11 |
"entrypoints": [
|
| 12 |
"static/css/main.f2e733f7.css",
|
| 13 |
-
"static/js/main.
|
| 14 |
]
|
| 15 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"files": {
|
| 3 |
"main.css": "/static/css/main.f2e733f7.css",
|
| 4 |
+
"main.js": "/static/js/main.f5886c6a.js",
|
| 5 |
"static/media/logo-dark-mode.png": "/static/media/logo-dark-mode.0c51ff42111d2779453a.png",
|
| 6 |
"static/media/logo-light-mode.png": "/static/media/logo-light-mode.6bc3b2d5ed1ec2d7d721.png",
|
| 7 |
"index.html": "/index.html",
|
| 8 |
"main.f2e733f7.css.map": "/static/css/main.f2e733f7.css.map",
|
| 9 |
+
"main.f5886c6a.js.map": "/static/js/main.f5886c6a.js.map"
|
| 10 |
},
|
| 11 |
"entrypoints": [
|
| 12 |
"static/css/main.f2e733f7.css",
|
| 13 |
+
"static/js/main.f5886c6a.js"
|
| 14 |
]
|
| 15 |
}
|
build/index.html
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="icon.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="Titan Takeoff Server" content="Titan Takeoff Server"/><link rel="manifest" crossorigin="use-credentials" href="manifest.json"/><title>Titan Takeoff Server</title><script defer="defer" src="./static/js/main.
|
|
|
|
| 1 |
+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="icon.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="Titan Takeoff Server" content="Titan Takeoff Server"/><link rel="manifest" crossorigin="use-credentials" href="manifest.json"/><title>Titan Takeoff Server</title><script defer="defer" src="./static/js/main.f5886c6a.js"></script><link href="./static/css/main.f2e733f7.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
|
build/static/js/{main.d15859de.js β main.f5886c6a.js}
RENAMED
|
The diff for this file is too large to render.
See raw diff
|
|
|
build/static/js/{main.d15859de.js.LICENSE.txt β main.f5886c6a.js.LICENSE.txt}
RENAMED
|
File without changes
|
build/static/js/{main.d15859de.js.map β main.f5886c6a.js.map}
RENAMED
|
The diff for this file is too large to render.
See raw diff
|
|
|
src/pages/Calculator.tsx
CHANGED
|
@@ -572,8 +572,6 @@ const PrefillChunkingCalculator = ({
|
|
| 572 |
modelParams,
|
| 573 |
hiddenSize,
|
| 574 |
numLayers,
|
| 575 |
-
batchSize,
|
| 576 |
-
seqLength,
|
| 577 |
maxChunkSize,
|
| 578 |
intermediateSize,
|
| 579 |
}: {
|
|
@@ -614,13 +612,12 @@ const PrefillChunkingCalculator = ({
|
|
| 614 |
)
|
| 615 |
|
| 616 |
return (
|
|
|
|
| 617 |
<>
|
| 618 |
{/* Model Footprint with Prefill Chunking */}
|
| 619 |
<div>
|
| 620 |
-
<div className='chart
|
| 621 |
-
|
| 622 |
-
<div className='text-2xl'>Model Footprint with Prefill Chunking</div>
|
| 623 |
-
</div>
|
| 624 |
<div>
|
| 625 |
<div className='chart-row'>
|
| 626 |
<div className='chart-row-title'>FP32</div>
|
|
|
|
| 572 |
modelParams,
|
| 573 |
hiddenSize,
|
| 574 |
numLayers,
|
|
|
|
|
|
|
| 575 |
maxChunkSize,
|
| 576 |
intermediateSize,
|
| 577 |
}: {
|
|
|
|
| 612 |
)
|
| 613 |
|
| 614 |
return (
|
| 615 |
+
|
| 616 |
<>
|
| 617 |
{/* Model Footprint with Prefill Chunking */}
|
| 618 |
<div>
|
| 619 |
+
<div className='chart'>
|
| 620 |
+
<div className='text-2xl text-center mb-4'>Model Footprint with Prefill Chunking</div>
|
|
|
|
|
|
|
| 621 |
<div>
|
| 622 |
<div className='chart-row'>
|
| 623 |
<div className='chart-row-title'>FP32</div>
|