You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I have the engine api running, however when following the instructions for the openchat-ui, when loading the web interface in windows from the wsl install of ubuntu, i get the following:
CONSOLE:
event - compiled client and server successfully in 2.2s (273 modules)
wait - compiling...
event - compiled successfully in 165 ms (233 modules)
wait - compiling / (client and server)...
event - compiled client and server successfully in 6.5s (5563 modules)
wait - compiling /_error (client and server)...
error - ReferenceError: atob is not defined
at base64decode (file:///home/crypt1/openchat-ui/node_modules/mistral-tokenizer-js/mistral-tokenizer.js:21:5)
at decodeVocabulary (file:///home/crypt1/openchat-ui/node_modules/mistral-tokenizer-js/mistral-tokenizer.js:88:39)
at initializemistralTokenizer (file:///home/crypt1/openchat-ui/node_modules/mistral-tokenizer-js/mistral-tokenizer.js:421:34)
at file:///home/crypt1/openchat-ui/node_modules/mistral-tokenizer-js/mistral-tokenizer.js:435:1
at ModuleJob.run (internal/modules/esm/module_job.js:183:25)
at async Loader.import (internal/modules/esm/loader.js:178:24) {
page: '/'
}
Web interface:
Server Error
ReferenceError: atob is not defined
This error happened while generating the page. Any console logs will be displayed in the terminal window.
Call Stack
base64decode
file:///home/crypt1/openchat-ui/node_modules/mistral-tokenizer-js/mistral-tokenizer.js (21:5)
decodeVocabulary
file:///home/crypt1/openchat-ui/node_modules/mistral-tokenizer-js/mistral-tokenizer.js (88:39)
initializemistralTokenizer
file:///home/crypt1/openchat-ui/node_modules/mistral-tokenizer-js/mistral-tokenizer.js (421:34)
That got me to where the UI would load. Now I get an "Error Fetching Modules 500 Server Error." and also a TypeError that points to a nested npm package. I'm not sure if this new stuff is due to some work server setup issues or something in the server.js code I wrote, but this will get you in the ballpark. Hopefully, someone can run with this and overcome these last issues. If I hit on anything, I'll update.
So I have the engine api running, however when following the instructions for the openchat-ui, when loading the web interface in windows from the wsl install of ubuntu, i get the following:
CONSOLE:
event - compiled client and server successfully in 2.2s (273 modules)
wait - compiling...
event - compiled successfully in 165 ms (233 modules)
wait - compiling / (client and server)...
event - compiled client and server successfully in 6.5s (5563 modules)
wait - compiling /_error (client and server)...
error - ReferenceError: atob is not defined
at base64decode (file:///home/crypt1/openchat-ui/node_modules/mistral-tokenizer-js/mistral-tokenizer.js:21:5)
at decodeVocabulary (file:///home/crypt1/openchat-ui/node_modules/mistral-tokenizer-js/mistral-tokenizer.js:88:39)
at initializemistralTokenizer (file:///home/crypt1/openchat-ui/node_modules/mistral-tokenizer-js/mistral-tokenizer.js:421:34)
at file:///home/crypt1/openchat-ui/node_modules/mistral-tokenizer-js/mistral-tokenizer.js:435:1
at ModuleJob.run (internal/modules/esm/module_job.js:183:25)
at async Loader.import (internal/modules/esm/loader.js:178:24) {
page: '/'
}
Web interface:
Server Error
ReferenceError: atob is not defined
This error happened while generating the page. Any console logs will be displayed in the terminal window.
Call Stack
base64decode
file:///home/crypt1/openchat-ui/node_modules/mistral-tokenizer-js/mistral-tokenizer.js (21:5)
decodeVocabulary
file:///home/crypt1/openchat-ui/node_modules/mistral-tokenizer-js/mistral-tokenizer.js (88:39)
initializemistralTokenizer
file:///home/crypt1/openchat-ui/node_modules/mistral-tokenizer-js/mistral-tokenizer.js (421:34)
file:///home/crypt1/openchat-ui/node_modules/mistral-tokenizer-js/mistral-tokenizer.js (435:1)
ModuleJob.run
internal/modules/esm/module_job.js (183:25)
async Loader.import
internal/modules/esm/loader.js (178:24)
The text was updated successfully, but these errors were encountered: