Spaces:
Running
Running
Update index.js
Browse files
index.js
CHANGED
|
@@ -52,7 +52,7 @@ const thisUrl = new URL(window.location.href);
|
|
| 52 |
const use_e4b = !thisUrl.searchParams.has('e2b');
|
| 53 |
const cacheFileName = use_e4b ? "3n_e4b" : "3n_e2b";
|
| 54 |
const remoteFileUrl = use_e4b ? 'https://huggingface.co/google/gemma-3n-E4B-it-litert-lm/resolve/main/gemma-3n-E4B-it-int4-Web.litertlm'
|
| 55 |
-
: 'https://huggingface.co/google/gemma-3n-E2B-it-litert-lm/resolve/main/gemma-3n-E2B-it-int4-Web.litertlm
|
| 56 |
// Model size in bytes for reliable progress indication; just hard-coded for now
|
| 57 |
const modelSize = use_e4b ? 4275044352 : 3038117888;
|
| 58 |
|
|
|
|
| 52 |
const use_e4b = !thisUrl.searchParams.has('e2b');
|
| 53 |
const cacheFileName = use_e4b ? "3n_e4b" : "3n_e2b";
|
| 54 |
const remoteFileUrl = use_e4b ? 'https://huggingface.co/google/gemma-3n-E4B-it-litert-lm/resolve/main/gemma-3n-E4B-it-int4-Web.litertlm'
|
| 55 |
+
: 'https://huggingface.co/google/gemma-3n-E2B-it-litert-lm/resolve/main/gemma-3n-E2B-it-int4-Web.litertlm';
|
| 56 |
// Model size in bytes for reliable progress indication; just hard-coded for now
|
| 57 |
const modelSize = use_e4b ? 4275044352 : 3038117888;
|
| 58 |
|