HackerTrans
TopNewTrendsCommentsPastAskShowJobs

naderkhalil

no profile record

Submissions

Train a Reasoning LLM in a Weekend

developer.nvidia.com
5 points·by naderkhalil·hace 12 meses·0 comments

[untitled]

1 points·by naderkhalil·hace 3 años·0 comments

[untitled]

1 points·by naderkhalil·hace 3 años·0 comments

Psychedelics reopen the social reward learning critical period

nature.com
1 points·by naderkhalil·hace 3 años·0 comments

List of open-source LLMs with commercial licenses so you can fine-tune

github.com
9 points·by naderkhalil·hace 3 años·0 comments

[untitled]

1 points·by naderkhalil·hace 3 años·0 comments

Using ChatGPT to make Bash palatable

brev.dev
176 points·by naderkhalil·hace 4 años·144 comments

comments

naderkhalil
·hace 3 años·discuss
We work with smaller data centers that have single node GPU capacity. So while there's a shortage for clouds that have capacity for clusters, we're focusing on aggregating single nodes behind a unified API. It works for our users too-- a single A100 is more than enough to fine-tune llama2 or Mistral7b on your own data.

Also, as you can imagine, the smaller data centers have a pretty rough experience for provisioning. Our API handles difficulties from those smaller data centers to make the experience consistent with provisioning from a major cloud service provider.
naderkhalil
·hace 3 años·discuss
Hey! Co-founder of Brev.dev here and was in that video. We're actually a small team of 3-- makes it easy to maneuver when marketing and product are the same :)

We were building cloud dev environments in 2021, which I now feel strongly do not have PMF. Writing a fun post on that...

We were trying to make coding in the cloud as seamless as coding locally. Users started using that for GPUs ~1 year ago. A solid dev env experience makes sense for AI/ML developers. The infrastructure problems are more complicated & more expensive.

We've since reworked our product and aim to build AWS SageMaker but without the confines of any particular cloud. We're starting by sourcing cheap GPUs & having 1st class notebook experience for fine-tuning and training. Inference coming soon!
naderkhalil
·hace 3 años·discuss
Hey, you could use a template on brev.dev to spin up a gpu box with the model and Jupyter notebook. Alternatively, the falcon 7b model should be small enough for colab
naderkhalil
·hace 3 años·discuss
Finetuning a smaller model leading to better performance seems like a significant finding that'll lead to a lot of companies fine-tuning their own internal "ChatGPT"s
naderkhalil
·hace 3 años·discuss
That makes sense, Brev.dev is a really simple way to run your code on a configured GPU without having to change your code. It'll also optimize your GPU to save money when possible.
naderkhalil
·hace 3 años·discuss
Hey, founder of Brev.dev here. Brev lets you suspend the instances when not in use, and also auto-stops it after 3 hours of inactivity to avoid expensive surprises. Would love for you to give it a shot
naderkhalil
·hace 4 años·discuss
yeah absolutely. I think interacting with chrome and also parsing/iterating files were hard parts that ChatGPT breezed through.
naderkhalil
·hace 4 años·discuss
That would be a great follow on. I posted the repo if you want to leave any feedback or help me continue building it out: https://github.com/brevdev/dev-browser
naderkhalil
·hace 4 años·discuss
ChatGPT has opened my eyes to how powerful Bash can be. Interesting idea about branching full workflows and not just the browser.
naderkhalil
·hace 4 años·discuss
It's surprisingly good at helping figure out what went wrong. Try asking it "something went wrong and I'm not sure what. What should we try next?"
naderkhalil
·hace 4 años·discuss
100%, also just looking up dev docs for frameworks. Something like "write a post API in Golang's Gin framework" instead of looking up what that syntax was again
naderkhalil
·hace 4 años·discuss
Totally! I found ChatGPT to be more helpful in this use case since it outputted full code snippets instead of generating it line by line. The context was also extremely valuable in making iterations (like "make it work for mac")