4418
Part of @thedevs General Rules: @rulesforthedevs Only related to group topic (Python + Python Frameworks) Other @thedevs groups: https://thedevs.network
absolutely, yes. you need to be a good engineer and know how to instruct LLMs and how they work to be great at software development.
the project can also be huge. doesn't matter. there is a strategy for everything. LLMs can build that too but a simple "clone facebook" prompt will not do it 😃
but that's why i'm saying, get familiar with AIs because without them you are not relevant. especially as someone that is new at programming.
What most people often compare are clueless developers using AI and skilled developers without AI
They both lack the best of parts, skilled developers using AI to enhance their skills
my best advice: learn to build things with AIs. most companies won't hire rookies that easily anymore imo. it's just not worth it. especially in the coding area.
either you are very speciaized or if you are aiming to be a general software developer then you better get used to coding less and understanding what you need to do to get what you want from an LLM.
there are free models available. try to get used to coding with AI. that's my advice
Better upgrade those legacy device before playing with PyTorch
Читать полностью…
hmm, maybe i'm using a different version of the site tho.
Читать полностью…
There is an --index-url parameter if you follow it correctly
Читать полностью…
If you select the correct option, the command will be shown according to your spec
Читать полностью…
that command is the only command shown in official documentation. if you did read the documentation, I'm quite sure it will work
Читать полностью…
This is why I'm asking if he had read the documentation, because it is plain obvious
Читать полностью…
I agree human programming is on its way out, but human engineering isn't... at least not yet. If you let Claude or Codex or whatever actually plan and engineer the entire project - once it gets too large you have a pile of steaming garbage. Like the codebases at my job :)
But if you are treating it like a programming intern and having it write out what you are already planning in your head, and connect systems together the way you have planned out before hand, it becomes the most valuable tool in a programmer's toolbox
i know this is very controversial and most here won't agree with me but my opinion is that human programming is mostly over. that idea just didn't yet fully hit enterprises.
of course it depends on what a software company is building but general purpose stuff like a company that creates websites is over now. no way such a company can compete with AI.
Didn't see you mention Mac. Only Intel processor and Intel UHD video
Читать полностью…
is it so hard to copy paste what the documentation shown to you?
Читать полностью…
pip3 install torch torchvisionЧитать полностью…
ERROR: Could not find a version that satisfies the requirement torch (from versions: none)
[notice] A new release of pip is available: 26.0 -> 26.0.1
[notice] To update, run: pip install --upgrade pip
ERROR: No matching distribution found for torch
Of course it will show the correct command if you really choose and check the option in the documentation
Читать полностью…
Why are you installing from default index? You should install it from pytorch index like:
python -m pip install torch torchvision --index-url https://download.pytorch.org/whl/cpuЧитать полностью…