Spaces:
Running
Running
Yang Gu
commited on
Commit
Β·
e499d98
1
Parent(s):
3a2bb4b
Fix urls
Browse files- {demos β demo}/llm-inference/gemma-2b-it-gpu-int4.bin +0 -0
- {demos β demo}/llm-inference/index.html +0 -0
- {demos β demo}/llm-inference/index.js +0 -0
- {demos β demo}/sd-turbo/index.html +0 -0
- {demos β demo}/sd-turbo/models/text_encoder/model.onnx +0 -0
- {demos β demo}/sd-turbo/models/tokenizer/tokenizer.json +0 -0
- {demos β demo}/sd-turbo/models/tokenizer/tokenizer_config.json +0 -0
- {demos β demo}/sd-turbo/models/unet/model.onnx +0 -0
- {demos β demo}/sd-turbo/models/vae_decoder/model.onnx +0 -0
- main.js +2 -2
{demos β demo}/llm-inference/gemma-2b-it-gpu-int4.bin
RENAMED
File without changes
|
{demos β demo}/llm-inference/index.html
RENAMED
File without changes
|
{demos β demo}/llm-inference/index.js
RENAMED
File without changes
|
{demos β demo}/sd-turbo/index.html
RENAMED
File without changes
|
{demos β demo}/sd-turbo/models/text_encoder/model.onnx
RENAMED
File without changes
|
{demos β demo}/sd-turbo/models/tokenizer/tokenizer.json
RENAMED
File without changes
|
{demos β demo}/sd-turbo/models/tokenizer/tokenizer_config.json
RENAMED
File without changes
|
{demos β demo}/sd-turbo/models/unet/model.onnx
RENAMED
File without changes
|
{demos β demo}/sd-turbo/models/vae_decoder/model.onnx
RENAMED
File without changes
|
main.js
CHANGED
@@ -57,7 +57,7 @@ const pageCategories = [
|
|
57 |
gemma: {
|
58 |
name: 'Gemma',
|
59 |
description: `Gemma with MediaPipe and TFLite by Google, <a href=https://github.com/googlesamples/mediapipe/tree/main/examples/llm_inference/js>original code</a>, <a href=https://developers.googleblog.com/2024/03/running-large-language-models-on-device-with-mediapipe-andtensorflow-lite.html>more info.</a>`,
|
60 |
-
filename: "
|
61 |
},
|
62 |
},
|
63 |
},
|
@@ -92,7 +92,7 @@ const pageCategories = [
|
|
92 |
gemma: {
|
93 |
name: 'Stable Diffusion Turbo',
|
94 |
description: `Stable Diffusion Turbo`,
|
95 |
-
filename: "
|
96 |
},
|
97 |
},
|
98 |
},
|
|
|
57 |
gemma: {
|
58 |
name: 'Gemma',
|
59 |
description: `Gemma with MediaPipe and TFLite by Google, <a href=https://github.com/googlesamples/mediapipe/tree/main/examples/llm_inference/js>original code</a>, <a href=https://developers.googleblog.com/2024/03/running-large-language-models-on-device-with-mediapipe-andtensorflow-lite.html>more info.</a>`,
|
60 |
+
filename: "demo/llm-inference/index.html",
|
61 |
},
|
62 |
},
|
63 |
},
|
|
|
92 |
gemma: {
|
93 |
name: 'Stable Diffusion Turbo',
|
94 |
description: `Stable Diffusion Turbo`,
|
95 |
+
filename: "demo/sd-turbo/index.html",
|
96 |
},
|
97 |
},
|
98 |
},
|