this post was submitted on 20 Jan 2024
409 points (96.0% liked)

Technology

58306 readers
4911 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] randon31415@lemmy.world 8 points 8 months ago (6 children)

I have recently been playing with llamafiles, particularly Llava which, as far as I know, is the first multimodal open source llm (others might exist, this is just the first one I have seen). I was having it look at pictures of prospective houses I want to buy and asking it if it sees anything wrong with the house.

The only problem I ran into is that window 10 cmd doesn't like the sed command, and I don't know of an alternative.

[–] ramjambamalam@lemmy.ca 8 points 8 months ago

Would it help to run it under WSL?

[–] halva@discuss.tchncs.de 3 points 8 months ago

might be a good idea to use windows terminal or cmder and wsl instead of windows shells

[–] ripcord@lemmy.world 2 points 8 months ago

Install Cygwin and put it in your path.

You can use grep, awk, see, etc from either bash or Windows command prompt.

[–] altima_neo@lemmy.zip 1 points 8 months ago

Powershell, maybe?

[–] Falcon@lemmy.world 1 points 8 months ago (1 children)

sd is written in rust and cross platform https://github.com/chmln/sd

Does awk run on windows?

[–] randon31415@lemmy.world 1 points 8 months ago (1 children)

Wait, can you just install sed?

[–] Falcon@lemmy.world 1 points 8 months ago

If you can find a copy yeah. GNU sed isn’t written for windows but I’m sure you can find another version of sed that targets windows.