itsnotlupus

Results 10 comments of itsnotlupus

It seems like blocking known fingerprinting scripts is a good way to block common ad scripts, and a lousy way to protect from more sinister attackers. So it certainly has...

Ah yes, that's better that I thought. I thought you were planning to operate a good old blacklist. I guess the tricky part is to consistently identify which script is...

I had this issue on a WSL 2 setup where I followed the README instructions religiously. Using @redsphinx' last line made it work (ie grabbed a version of NCCL that...

I've been running this stuff on Windows 11 just fine. The trick of course, is to not run it in Windows, but in WSL2 (Windows subsystem for Linux), effectively a...

> Just show us the bash to do that Man.. I've long forgotten the precise steps I did here. I don't have a script for this, I just poked at...

I'm staring at this right now. Spleeter and AutoLyricsAlign would need to be run as a preprocessing step on the dataset. Spleeter can run from a docker container. AutoLyricsAlign runs...

I think one way to do this is to have a script that merges the output of AutoLyricsAlign with the reference lyrics, inserting timestamp in them in a way that...

Things seem to be working as described above. Here's what a ~6 second slice obtained from `get_relevant_lyric_tokens` looks like: n_tokens=384 total_length=12623772 sample_length=262144 full_size=18492 get_relevant_lyric_tokens return a window of [23.777233560090703 =>...

Note that since I'm a n00b at git and I didn't realize new commits to my tree would end up in the same pull request, there's a 3d commit that...

OpenChatKit is a properly free, open-source model under a permissive licence. Meta's LLaMa is none of those things, and anything built on top of it won't be either. I don't...