this post was submitted on 20 Jan 2024
409 points (96.0% liked)
Technology
59197 readers
2668 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- 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
view the rest of the comments
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.
Would it help to run it under WSL?
WSL2
might be a good idea to use windows terminal or cmder and wsl instead of windows shells
Install Cygwin and put it in your path.
You can use grep, awk, see, etc from either bash or Windows command prompt.
sd is written in rust and cross platform https://github.com/chmln/sd
Does awk run on windows?
Wait, can you just install sed?
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.
Powershell, maybe?