transformer-explainer
transformer-explainer copied to clipboard
Error: Failed to load url ./popovers/SoftmaxPopover.svelte
After I run 'npm run dev' and load the page, I get this error: ''' Error: Failed to load url ./popovers/SoftmaxPopover.svelte (resolved id: ./popovers/SoftmaxPopover.svelte) in [filepath] '''
I'm running this on Ubuntu. Any ideas if I'm doing something wrong?
Hey @etranger7, I solved this issue using the approach proposed by @playaswd in #37, I've applied the suggested changes, and I was able to build it successfully.
thank you @Gabriellavoura!