Commit
·
285d876
1
Parent(s):
dbaa2dc
Upload main.js
Browse files
main.js
CHANGED
@@ -35,7 +35,7 @@ var Module = typeof Module != 'undefined' ? Module : {};
|
|
35 |
PACKAGE_PATH = encodeURIComponent(location.pathname.toString().substring(0, location.pathname.toString().lastIndexOf('/')) + '/');
|
36 |
}
|
37 |
var PACKAGE_NAME = 'main.data';
|
38 |
-
var REMOTE_PACKAGE_BASE = '
|
39 |
if (typeof Module['locateFilePackage'] === 'function' && !Module['locateFile']) {
|
40 |
Module['locateFile'] = Module['locateFilePackage'];
|
41 |
err('warning: you defined Module.locateFilePackage, that has been renamed to Module.locateFile (using your locateFilePackage for now)');
|
|
|
35 |
PACKAGE_PATH = encodeURIComponent(location.pathname.toString().substring(0, location.pathname.toString().lastIndexOf('/')) + '/');
|
36 |
}
|
37 |
var PACKAGE_NAME = 'main.data';
|
38 |
+
var REMOTE_PACKAGE_BASE = 'huggingface.co/rahuldshetty/tiny_starcoder_py_ggml/resolve/main/main.data';
|
39 |
if (typeof Module['locateFilePackage'] === 'function' && !Module['locateFile']) {
|
40 |
Module['locateFile'] = Module['locateFilePackage'];
|
41 |
err('warning: you defined Module.locateFilePackage, that has been renamed to Module.locateFile (using your locateFilePackage for now)');
|