Damus
Piriya ⚑🟧 · 123w
nostr:npub1h8nk2346qezka5cpm8jjh3yl5j88pf4ly2ptu7s6uu55wcfqy0wq36rpev
Account deleted · 123w
You might want to check out Orca 2.
Shawn · 123w
For running, I’m a big fan of ollama. https://ollama.com
gooGof · 123w
You can use Ollama for inferring some playground models. It can run on both CPU and GPU. Python is required. Learn how to create the dataset (in ChatML format or completion format, for example). For fine tuning, if you have Nvidia GPU(s), try using Unsloth. As for me, I'm using my MacBook with t...
Aida · 123w
For running you want to use LM Studio. Open-source, Super easy, Supports all the main models...
Guy Swann · 123w
Training will be the tougher part of this. There’s lots of data preparation in that task, but there are ways to fine-tune and just use a file or some text as a reference that will help in giving a quick view of what it would look like. For running LLMs locally, I use LMStudio, Ollama, and GPT4All...