-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error loading GPT2 on local #26
Comments
Getting the same issue. Is this an issue with the |
You need to install Git LFS and pull the repository files through it. More details here: |
I have installed Git LFS and pulled all large files. |
Check if it's still an issue on latest, but this is most likely a Git LFS problem. |
you can do it using Windows PowerShell or cmd (if using Windows) |
I'm not particularly familiar with node/npm/npx so I was running into the same issue. Wasn't related to Git LFS at all in my case, just created a batch file to launch locally with node using "npx serve" and it worked on clean install/clone. Thanks |
Awesome! |
Steps to duplicate
serve
npm packageCurrent scenario - error on console
Uncaught (in promise) SyntaxError: Unexpected token 'v', "version ht"... is not valid JSON
Expected - load the model successfully
The text was updated successfully, but these errors were encountered: