rahuldshetty commited on
Commit
285d876
·
1 Parent(s): dbaa2dc

Upload main.js

Browse files
Files changed (1) hide show
  1. main.js +1 -1
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 = 'https://huggingface.co/rahuldshetty/tiny_starcoder_py_ggml/raw/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)');
 
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)');