chris-aeviator

Results 184 comments of chris-aeviator

after digging deeper into the `OUT` script, i found out that you run `rsync` from the target machine rather from the host (which is controlled by this image). I suppose...

@kkimmm > > If anyone is having trouble with that in Docker, that helped me: (change TORCH_CUDA_ARCH_LIST to your value). 8.6 is for RTX 3060 > > ``` > >...

@almereyda https://docs.mau.fi/maubot/dev/handlers/web.html

happens to me whenever I try to read a file that has been saved with pandas

Yes and no, my workaround was: `yarn remove parquetjs` `df.to_json(“./life/is/very-short.json”) # pandas to_json` Might not be what you anticipated. > Am 03.01.2024 um 08:24 schrieb Tanishq Saini ***@***.***>: > >...

Bump > Am 04.06.2023 um 17:01 schrieb github-actions[bot] ***@***.***>: > >  > This issue has been automatically marked as stale because it has not had recent activity. If you...

@grantCelley 's code works for me. ## With CFG (pythia 160m) ![grafik](https://github.com/huggingface/transformers/assets/11522213/4a09a3fb-acb3-4dd2-af75-b06ec3a125ba) ## Without CFG ![grafik](https://github.com/huggingface/transformers/assets/11522213/943d8e14-f391-4c56-8182-53b872916054)

thanks for pointing it out, my 30 was a typo, but your prev. code doesnt seem to mention the [:, -1:] ?!

is 4 bit usable with the latest merge?

So do you have any idea on how to modify the timeout - my ember-qunit also runns into this when using the `await pauseTest()` function, which kind of destroys your...