Kyle Avery
Kyle Avery
I received the follwing error when compiling with mingw. This should fix it. ``` x86_64-w64-mingw32-gcc -o FindProcHandle.o -c FindProcHandle.c -masm=intel In file included from FindProcHandle.c:4: NativeAPI.h:3:10: fatal error: Windows.h: No...
I setup a fresh instance of Nemesis and uploaded a PDF file. Accessing the file by UUID or browsing to `/Files` returns the following error message. I've completely rebuilt Nemesis...
A new example script to chat with the Rigging docs. There was a new dependency required (elasticsearch) so I added it to the dev Poetry group.
The code does not pass `use_rslora`, `lora_dropout`, or `modules_to_save` to `LoraConfig`. https://github.com/PrimeIntellect-ai/verifiers/pull/550
## Description The code previously did not pass `use_rslora`, `lora_dropout`, or `modules_to_save` to `LoraConfig`. ## Type of Change - [x] Bug fix (non-breaking change which fixes an issue) - [...
## Description This PR doesn't change existing behavior, but it adds new options to the `RLConfig`: * `use_stepwise_advantage` - If True, treat each assistant turn as its own training sample...