Spaces:
Running
Running
remove large models
Browse files
build/asset-manifest.json
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
{
|
2 |
"files": {
|
3 |
"main.css": "/static/css/main.6f7196f1.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.6f7196f1.css.map": "/static/css/main.6f7196f1.css.map",
|
9 |
-
"main.
|
10 |
},
|
11 |
"entrypoints": [
|
12 |
"static/css/main.6f7196f1.css",
|
13 |
-
"static/js/main.
|
14 |
]
|
15 |
}
|
|
|
1 |
{
|
2 |
"files": {
|
3 |
"main.css": "/static/css/main.6f7196f1.css",
|
4 |
+
"main.js": "/static/js/main.47b337a0.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.6f7196f1.css.map": "/static/css/main.6f7196f1.css.map",
|
9 |
+
"main.47b337a0.js.map": "/static/js/main.47b337a0.js.map"
|
10 |
},
|
11 |
"entrypoints": [
|
12 |
"static/css/main.6f7196f1.css",
|
13 |
+
"static/js/main.47b337a0.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.47b337a0.js"></script><link href="./static/css/main.6f7196f1.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.c56c182a.js β main.47b337a0.js}
RENAMED
The diff for this file is too large to render.
See raw diff
|
|
build/static/js/{main.c56c182a.js.LICENSE.txt β main.47b337a0.js.LICENSE.txt}
RENAMED
File without changes
|
build/static/js/{main.c56c182a.js.map β main.47b337a0.js.map}
RENAMED
The diff for this file is too large to render.
See raw diff
|
|
src/utils/models.ts
CHANGED
@@ -8,13 +8,6 @@ type ModelInfo = {
|
|
8 |
|
9 |
export const MODELS: ModelInfo[] = [
|
10 |
// LLaMA 3.1 Models
|
11 |
-
{
|
12 |
-
name: 'LLaMA 3.1 (405B)',
|
13 |
-
params: 405,
|
14 |
-
hidden_size: 16384,
|
15 |
-
intermediate_size: 53248,
|
16 |
-
num_hidden_layers: 126,
|
17 |
-
},
|
18 |
{
|
19 |
name: 'LLaMA 3.1 (70B)',
|
20 |
params: 70,
|
|
|
8 |
|
9 |
export const MODELS: ModelInfo[] = [
|
10 |
// LLaMA 3.1 Models
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
{
|
12 |
name: 'LLaMA 3.1 (70B)',
|
13 |
params: 70,
|