Mark Thomas

Results 23 comments of Mark Thomas
trafficstars

Shoot, this totally got away from me - go ahead 👍 On Thu, Jun 15, 2017 at 3:57 PM Matt Olson wrote: > @markthethomas Any update on this? > Mind...

ty for the stealth scripts rec! This solved my exact issue. 🙌

btw, this is the code I am running: ```javascript const { pipeline } = await import("@xenova/transformers"); console.time("embedImage"); const extractor = await pipeline( "image-feature-extraction", "nomic-ai/nomic-embed-vision-v1.5", { quantized: true} ); const embeddings...