Jonno_FTW
Jonno_FTW t1_j1ctwja wrote
Reply to comment by step21 in [D] When chatGPT stops being free: Run SOTA LLM in cloud by _underlines_
docker run ...
in the ideal world, assuming someone made the Docker image properly.
Jonno_FTW t1_iy6b2uc wrote
Reply to comment by sam__izdat in [P] Stable Diffusion 2.0 and the Importance of Negative Prompts for Good Results (+ Colab Notebooks + Negative Embedding) by minimaxir
> superstitious warding ritual
I prefer "cargo cult prompting"
Jonno_FTW t1_ixjgnwo wrote
Reply to comment by LtCmdrData in [D] Schmidhuber: LeCun's "5 best ideas 2012-22” are mostly from my lab, and older by RobbinDeBank
Why didn't he publish in the Annals of Schmidhuber?
Jonno_FTW t1_ismbkpb wrote
Reply to comment by [deleted] in [D] PhD advisor doesn’t like open source software journals? by [deleted]
Just go ahead and do it. Your supervisor doesn't need to be listed as co-author if he didn't work on the paper/software.
Jonno_FTW t1_j1gjx2f wrote
Reply to comment by lolorenz in [D] When chatGPT stops being free: Run SOTA LLM in cloud by _underlines_
We use docker compose so much at work we have
alias dc=docker compose
on most of our cloud deployments.