HackerTrans
TopNewTrendsCommentsPastAskShowJobs

naderkhalil

no profile record

Submissions

Train a Reasoning LLM in a Weekend

developer.nvidia.com
5 points·by naderkhalil·12 miesięcy temu·0 comments

[untitled]

1 points·by naderkhalil·3 lata temu·0 comments

[untitled]

1 points·by naderkhalil·3 lata temu·0 comments

Psychedelics reopen the social reward learning critical period

nature.com
1 points·by naderkhalil·3 lata temu·0 comments

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

github.com
9 points·by naderkhalil·3 lata temu·0 comments

[untitled]

1 points·by naderkhalil·3 lata temu·0 comments

Using ChatGPT to make Bash palatable

brev.dev
176 points·by naderkhalil·4 lata temu·144 comments

Automatically setup Dreambooth on a GPU environment

brev.dev
2 points·by naderkhalil·4 lata temu·0 comments

Using Brev to decrease our AWS instance costs by up to 94%

brev.dev
3 points·by naderkhalil·4 lata temu·0 comments

Run Stable Diffusion in 4 minutes

brev.dev
9 points·by naderkhalil·4 lata temu·5 comments

comments

naderkhalil
·3 lata temu·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
·3 lata temu·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
·3 lata temu·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
·3 lata temu·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
·3 lata temu·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
·3 lata temu·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
·4 lata temu·discuss
yeah absolutely. I think interacting with chrome and also parsing/iterating files were hard parts that ChatGPT breezed through.
naderkhalil
·4 lata temu·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
·4 lata temu·discuss
ChatGPT has opened my eyes to how powerful Bash can be. Interesting idea about branching full workflows and not just the browser.
naderkhalil
·4 lata temu·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
·4 lata temu·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
·4 lata temu·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")
naderkhalil
·4 lata temu·discuss
Congrats on this launch. Super valuable product
naderkhalil
·4 lata temu·discuss
The GPU described in the blog post is $1.45/hr. You can also deploy it in your AWS account