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

Technology

61477 readers
4253 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 other!
  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
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] randon31415 8 points 1 year 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.

[–] [email protected] 8 points 1 year ago

Would it help to run it under WSL?

[–] [email protected] 3 points 1 year ago

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

[–] ripcord 2 points 1 year ago

Install Cygwin and put it in your path.

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

[–] Falcon 1 points 1 year ago (1 children)

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

Does awk run on windows?

[–] randon31415 1 points 1 year ago (1 children)

Wait, can you just install sed?

[–] Falcon 1 points 1 year 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.

[–] [email protected] 1 points 1 year ago

Powershell, maybe?