Thomas Graves

Results 4 comments of Thomas Graves

Zram takes a parameter to set the number of devices it creates, the default is 1 which is why you only see `/dev/zram0` created. So you'd either need to build...

> +1 I am trying to convert this https://huggingface.co/biodatlab/distill-whisper-th-medium model. By trying to read into model instance first. But I have tried a few ways, still cannot. I have attempted...

NEVERMIND 😩 It turns out the `config.json` in the [model I'm using](https://huggingface.co/sarpba/whisper-base-hungarian_v1) has set the top level `max_length` (I'm guessing this is the model max_length? content window maybe?) to be...

This looked useful and like a simple addition so I implemented opened a PR here: #308