vcmj

joined 1 year ago
[–] [email protected] 0 points 9 months ago

Yes if you have multiple drives some buggy BIOS may not enumerate them in the same order every time. Most modern distros do UUIDs by default but when manually setting up a bootloader it is easy to succumb to such temptations to use the much simpler device paths as the UUIDs are a pain. If you're not sure how to change the kernel parameters most likely you're good on that front actually, its in your grub config as others have mentioned. I'll leave this comment around in case some poor soul who did it manually comes across the thread.

[–] [email protected] 2 points 9 months ago (6 children)

Depending on if you wrote the kernel cmdline yourself I imagine this might happen using /dev/sdN style device paths? BIOS might change things up every now and then for fun, so using partition UUIDs would be a better way if so.

[–] [email protected] 2 points 9 months ago

Yes. Samsung allows 2 managed profiles and the owner profile. There is the hidden folder, and additionally the work profile which you can activate with something like Shelter. So you can in fact install 3 instances of Twitter

[–] [email protected] 0 points 10 months ago

Maybe use a flexible struct? You can have an indeterminate array at the end (https://www.geeksforgeeks.org/flexible-array-members-structure-c/) I'd rather just use the variable in the struct though. The packing isn't guaranteed to be right next to each other

[–] [email protected] 1 points 10 months ago* (last edited 10 months ago)

Ah, even then it could just be a consequence of training samples usually being chronological(most often the expected resolution for conflicting instructions is "whatever you heard last", with some exceptions when explicitly stated) so it learns to think that way. I did find the pattern also applies to GPT trained on long articles where you'd expect it not to, so wanted to just explain why that might be.

[–] [email protected] 1 points 10 months ago

Or I should explain better: most training samples will be cut off at the top, so the network sort of learns to ignore it a bit.

[–] [email protected] 2 points 10 months ago (3 children)

Yes, that's by design, the networks work on transcripts per input, it does genuinely get cut off eventually, usually it purges an entire older line when the tokens exceed a limit.

[–] [email protected] 5 points 10 months ago

I was a curious child, and things spiralled out of control from there...

[–] [email protected] 4 points 10 months ago* (last edited 10 months ago)

Found it in a cross post: https://www.nature.com/articles/s41586-023-06668-3

Its a transformer, someone fire the journalist. Still, interesting stuff

[–] [email protected] 5 points 10 months ago* (last edited 10 months ago) (1 children)

Anybody have a link to the paper? The article strikes me as a used car salemans trying to sell me a journal. Mostly what I'm getting is new reinforcement learning technique catered to language? But what model architecture? Is it new? I'd like to know

[–] [email protected] 2 points 10 months ago* (last edited 10 months ago)

Maybe a bit late, but I've worked on this kind of functionality. I did not work on the algorithm, but the guys who did say:

  • Voice print data is not enough to reconstruct the voice
  • There is an input validation step specifically to detect TTS, so you may have trouble. EDIT nvm I read TTY wrong lol, still interesting they check for this

This is of course based on trust, but these are the claims.

[–] [email protected] 1 points 10 months ago

Ah, that makes sense. Most cloud providers have the full nine yards with online hardware provisioning and imaging I forgot you could still just rent a real machine.

view more: ‹ prev next ›