Edward

Results 5 comments of Edward

I was hoping the same, but it seems that vuejs can't achieve this either. It is hard! Hope svelte can get rid of this problem, that would be awesome!!

```js import preprocess from 'svelte-preprocess'; /** @type {import('@sveltejs/kit').Config} */ const config = { preprocess: [ preprocess({ postcss: true //

Readme.md says: ``` Visit the [Meta Llama website](https://llama.meta.com/llama-downloads/) and register to download the model/s. Once registered, you will get an email with a URL to download the models. You will...

tested on my MacBook Pro M2, and got following error: `RuntimeError: Placeholder storage has not been allocated on MPS device!` @pianistprogrammer Have you tested the PR?

After reading [dropzone doc](www.dropzonejs.com), I figured out that we need manually download dropzone.min.js and source it in your index.html. This works, but another warning occurs, from Dropzone itself: `Dropzone already...