At least that would allow them to handoff to other members of the team.
I have only heard about it as an alternative, haven't used it.
I do wonder how many people repurpose old laptops when they get a new one. I have three old laptops, two of which I haven't turned on since I transferred my stuff to the next one. My partner uses the third one to game sometimes, but she's recently gotten a new laptop of her own (her old one is ancient), so I expect she'll stop using that one as well.
My current laptop is a Framework 13 (from 2022) that has already seen some upgrades and repairs that wouldn't be possible on any of my old laptops. I expect this chassis and SSD to last quite a long time, with periodic mainboard and RAM upgrades.
To be fair though, their answers to some other questions here seemed thorough, but I don’t know much about finance so for all I know those are just AI slop lol.
That's the kind of thing that, stylistically speaking, it's good to define at the very top of the module.
It kinda reminded me of the trash can mac. I wonder if it was inspiration for it
Ironically the trash can Mac actually looked strikingly similar in size and shape to actual small trash cans that were all over the Apple campus when I worked there. I’d see them in the cafeteria every day. They were aluminum though, but otherwise very similar. I always wondered if they had anything to do with the design of the computer, even if only subconsciously.
Can you be a bit more specific here? It's not clear what such a token is, what it takes to get one, or where it would be placed in get_checkpoints.py.
An API token from Hugging Face
> what it takes to get one
You generate them in your Hugging Face account
> where it would be placed in get_checkpoints.py.
Line 59 in the empty quotes where it says token = “”
I don’t think I’ve ever used a piece of software in my life that had no bugs. At least with no deps (vs say a nodejs project with 500 of them) then the bugs will only be in one place, the main software so ideally they can be fixed quickly.