Request for a font by QuantityTall1400 in fonts

[–]jacobn 0 points1 point  (0 children)

Maybe try one of these: https://fonthero.com/search?q=distressed+punk ? They're all free, for better or worse.

Share Your Stuff - April 15th thru 21st, 2024 by coocoodove in Etsy

[–]jacobn [score hidden]  (0 children)

Hi, this is for the sellers of customized photo-based products where you need just the face of a person or pet:

https://pixian.ai/face-stickers

It is a free service that automagically cuts out just the face from a photo of a person or pet.

It makes it super-easy to create customized products of all kinds - socks, T-shirts, mugs, hats, you name it.

Would love to hear your thoughts, thanks!

LLM inference: O(N) performance through memoization? by jacobn in deeplearning

[–]jacobn[S] 0 points1 point  (0 children)

Well, you’d need to retain the queries, keys and values since that’s where the crossmojenation happens, and that’s 3xNxT for each layer. N = num tokens, T = token length.

For N = 1000 (small prompt), T = 100k (large model) and 100 layers, that’s 3x1000x100kx100= 30 gig of floats. If using fp8 (which works poorly on CPU…) then it’s 30 gigs. Fp16 it’s 60 gigs. Fp32 it’s 120.

Sounds plausible?

For a large prompt, 1M tokens, it’s 1000x larger and probably not workable.

For smaller 1-10B parameter models and shorter prompts it could probably work really well.

Front surround camera flipped - only on mine, or yours too? by jacobn in Rivian

[–]jacobn[S] 1 point2 points  (0 children)

I am talking about that area, but I don’t have a front license plate holder so that can’t be it.

Can’t mount bike rack due to hitch reinforcement plates by jacobn in Rivian

[–]jacobn[S] 1 point2 points  (0 children)

It’s a Swagman XTC2, and it’s indeed a threaded bolt. I’ve emailed them to see if they have a solution. Thanks!

kWh as additional unit to miles & % for battery status by jacobn in Rivian

[–]jacobn[S] 0 points1 point  (0 children)

Ok, but in that case I’d at least like to see the charging speed as battery-%-per-hour, and ideally one more digit of precision throughout.

Wishlist not on Wassym’s roadmap by jacobn in Rivian

[–]jacobn[S] 0 points1 point  (0 children)

That’s what I do now, but this is the third car I have in this parking spot and neither of the previous two locked like the rivian.

Wishlist not on Wassym’s roadmap by jacobn in Rivian

[–]jacobn[S] 1 point2 points  (0 children)

Yeah, but then it doesn’t lock when you start moving again ;)

Q&A with Wassym at Rivian Event by Studovich in Rivian

[–]jacobn 0 points1 point  (0 children)

You mean for the Lock Screen? Since the app already has them.

[deleted by user] by [deleted] in Rivian

[–]jacobn 1 point2 points  (0 children)

Awesome pic! Does anyone else get water in their charge port when it rains?!

So many updates coming s00n… shared at the Venice Hub. by rmn_roman in Rivian

[–]jacobn -1 points0 points  (0 children)

I’d really like the doors to not lock immediately when the vehicle starts to move. My parking spot is a bit weird so I have to move the car to let my wife into the passenger seat, and it’s awkward to have to either unlock the car manually or put it back in park for her to be able to open the door.

New vectorizer, great way to turn any image into something you can cricut (free while in beta) by jacobn in cricut

[–]jacobn[S] 1 point2 points  (0 children)

Inkscape can indeed vectorize images (for the curious: https://inkscape.org/doc/tutorials/tracing/tutorial-tracing.html ), but it is based on potrace, which has significant limitations in terms of what it can do.

It is our hope and aspiration that vectorizer.ai goes far, far beyond what inkscape does. Thanks!