githubnemo

Results 66 comments of githubnemo

Note that the bukkit version does not necessarily correspond with the minecraft server API version. You want to use craftbukkit 1.7.5 which includes the `server.1_7_R2.*` classes.

But there are still passwords from users. It is not unlikely they use the same password for other services (like minecraft). These passwords are now easily guessable and are available...

Thanks for the PR, the change seems reasonable :) It would be perfect if you could add a test that tests the desired effect (i.e. overriding of a default callback)!

It doesn't seem to have something to do with my distribution or xrandr version but the indentation of your additions, as far as I can see. It seems that you...

Hey @aohenuo, I'm unable to reproduce this behavior with a smaller example. Could you, similarly to https://github.com/huggingface/transformers/issues/36509, reduce your snippet a bit to reproduce the error with less code? Also,...

Hey @samy-ji, with https://github.com/huggingface/peft/pull/2443 merged we can proceed to implement sine-LoRA and sine-DoRA as LoRA variations. Since DoRA is now already implemented as a variation, it would lend itself to...

No worries, in general just write as you think is correct and submit a draft PR so we can discuss the solution together. In general I think the solution would...

@pengjunfeng11 please create a pull request with your changes to that we can review them :)

@tolgadur the task type definitely changes semantics for the model inputs. The same goes for model outputs. You wouldn't argue against a classification task having different outputs than a language...

> [@githubnemo](https://github.com/githubnemo) OP used `task_type=TaskType.SEQ_2_SEQ_LM,` to fine-tune whisper for a sequence-to-sequence task, same as I have done. If the behaviour is correct then adding the correct task I am fine...