HackerTrans
TopNewTrendsCommentsPastAskShowJobs

emikulic

no profile record

comments

emikulic
·قبل 3 سنوات·discuss
It's over for decels.
emikulic
·قبل 3 سنوات·discuss
Three epochs means it sees each token three times. The dataset is ~1T like you said.
emikulic
·قبل 3 سنوات·discuss
I want flying cars and moving sidewalks like I was promised by The Jetsons. :(
emikulic
·قبل 3 سنوات·discuss
Try https://huggingface.co/ehartford/WizardLM-7B-Uncensored and related models. They're not even trained on smut, just the neutered responses were removed before the RLHF stage (IIUC)
emikulic
·قبل 3 سنوات·discuss
I used to be bad at math but then I did a 360° on that.
emikulic
·قبل 3 سنوات·discuss
Emad said SD cost $600,000 to train. I wonder if Midjourney also had to pay that to train from scratch.
emikulic
·قبل 3 سنوات·discuss
What benefits does the Huggingface diffusers(?) implementation have over A1111?
emikulic
·قبل 3 سنوات·discuss
I like to run A1111 in --api mode and write my own script to drive it over HTTP.
emikulic
·قبل 3 سنوات·discuss
Wow, Reddit is going to lose a lot of pagerank.
emikulic
·قبل 3 سنوات·discuss
You're thinking of archive.is
emikulic
·قبل 3 سنوات·discuss
You mean the one that defeated two superpowers?
emikulic
·قبل 3 سنوات·discuss
Last time I looked into this, the answer was "because huggingface transformers and torch.load are written to do it this way"

You could absolutely do something streaming, or mmap the weights instead of loading them into system RAM. Just the default interfaces don't.
emikulic
·قبل 3 سنوات·discuss
This used to be the case but nowadays you can just pip install e.g. https://libraries.io/pypi/nvidia-cuda-runtime-cu11
emikulic
·قبل 4 سنوات·discuss
I hope you will run your own locally instead of letting Midjourney block and/or mess with your prompts.
emikulic
·قبل 4 سنوات·discuss
If edge devices includes my gamer PC then yes. For apps I'd recommend https://github.com/AUTOMATIC1111/stable-diffusion-webui
emikulic
·قبل 4 سنوات·discuss
If that's what paywall means now then sorry for the noise. :)
emikulic
·قبل 4 سنوات·discuss
I thought Emad said it cost $600k in GPU time.
emikulic
·قبل 4 سنوات·discuss
You have to create an account and agree to some stuff and be logged in but you're correct that you don't have to pay.
emikulic
·قبل 4 سنوات·discuss
The absolute state of the free and open web in 2022.
emikulic
·قبل 4 سنوات·discuss
Same. I've found the biggest problem was SNAT rewriting the (source) port number. netfilter, by default, doesn't do this. pf does but you can configure it not to.