Nico Martin

Results 36 comments of Nico Martin

I wanted to look at it but I ran into a lot of troubles with NPM already in the installation. I guess it's because I'm using Windows. Has anyone managed...

Hi Thierry, Yes, I totally agree! That's a super sensitive topic :). I'm looking forward to see how this plugin evolves!

@reaxion, If I understand it correctly, this plugin allows a lot more than previous analytics plugins did. Thats why you need to authenticate as a user insteand of an access...

I have the exact same problem. I do receive binaryData (which seems quite small/short), but the data is empty. @kousu Have you been able to work around this issue?

Which browser on which OS/device are you using?

I think you don't even need `@storybook/addon-postcss`. I had the same problem but I'm now using a workaround using the `postcss-loader` in my main.js https://github.com/nico-martin/nextjs-storybook-postcss/blob/main/.storybook/main.js#L16-L23

I found a completely offline solution using transformersJS: ``` import { pipeline, FeatureExtractionPipeline, Tensor, } from "@xenova/transformers"; const localEmbedTexts = async (texts: string[]): Promise => { const extractor: FeatureExtractionPipeline =...

I'm not sure what you want to achieve. Could you might add an example of what your app/project should do and how WebLLM could help you?

I'm not fully convinced I get your question. But from the link you provided it seems you want to use an LLM to make sense of all the data in...

I have the same problem. It seems like the `mlc_chat compile ... --device webgpu`does not work for gemma 7b :/ I do get the following error in the console: ```...