Iman Karim

Results 10 comments of Iman Karim

I did a bit of research and found out that this implementation works fine https://github.com/micmonay/keybd_event/blob/master/keybd_linux.go Maybe robotgo can borrow some code of it? :)

Thanks for your reply and time! Have you tried it with a german keyboard layout? On german keyboard layouts you have to press ALTGR+Q to make an "@". The moment...

I think the issue is indeed that the `ralt` isn't the `gralt` key as I assumed. I will try to add this to the [list](https://github.com/go-vgo/robotgo/blob/master/key/keycode.h#L173) and see if it works....

I have tested it and it works! `XK_ISO_Level3_Shift` is what we need to be able to toggle/press/release. If you want I can write a little patch for that. Thanks for...

No problem my friend. There are just 2 changes you have to do to support ISO_Level3-Shifting. 1. To [this file](https://github.com/go-vgo/robotgo/blob/master/key/keycode.h#L173) add `K_GRALT = XK_ISO_Level3_Shift,` 2. To [this file](https://github.com/go-vgo/robotgo/blob/1b45c63c16a7aefd9e6fbcf18d08df52cae35144/key/goKey.h#L70) add `{...

Thank you for your response! > Somehow you're receiving corrupt data over the WebSocket connection, causing the client to crash. Are you using a reverse proxy? While I do have...

Had similar problems. I do it in a dockerfile but I think the solution is the same. I just installed everything though conda (instead of pip). Even pytorch and xformers....

I'm also looking for a nice Alpaca/Llama icon. 🦙

I'm hitting the same error. I can also confirm that qLoRA works fine.

I have the same issue. Just with an 5090 + 4090. I can run training on each card individually. But using both together throws illegal memory access errors.