cinjon
cinjon
Is the kinetics.tar file actually a tar file? It doesn't open with `tar -xvf kinetics.tar`, nor by assuming it's a .tar.gz and trying similar.
Hi there, thanks for posting this. It's super helpful for our own project. My question is why does this work --> https://github.com/AudiusProject/audius-claim-distribution/blob/master/contracts/AudiusClaimDistributor.sol#L60 ? ``` require(IERC20(token).transfer(account, amount), 'AudiusClaimDistributor: Transfer failed.'); ```...
I am using WavLM from HuggingFace and running into a bug when the audio chunk is below a certain size. Is there a fix for this or is it just...
I'm finding that ResultsAccumulator is accumulating everything. How do I get it to not do that? Can I change the unique definition? See below for an example where all of...
I have `showUserAvatars: true`. I also have a custom Bubble class with: ``` alignment: message.author.id != "you" ? Alignment.topLeft : Alignment.topRight, ``` This means that the user's avatar will be...
I've tried running both colabs and I get a sequence of errors: 1. Setting the offset in ptp_utils.py L163 doesn't work with the newest diffusers. 2. After turning off the...
When my axolotl model finishes finetuning, it becomes a single dot on wandb. I'm not doing anything special. My config looks like this, where the nulls are detritus from auto-saving...
Does this repository work? The README suggests it is a work in progress.
Audio?
## 🚀 Feature Request Are there any examples with StreamingDataset using audio? I'm trying to see how I'd do that with the MDSWriter. I think straight bytes is best, but...
This code, https://github.com/lm-sys/FastChat/blob/d04ce6453ae016d9e03626b679c07aa1388dcbee/fastchat/serve/controller.py#L175, is unreachable. Is that expected?