Replies: 3 comments 6 replies
-
@S95Sedan Awesome! Really Awesome! :) Its amazing MS cant get their act together with this. Thanks for doing this! I will compile up a cuda 11.8 version too (pretty sure I've still got things set up for that!) |
Beta Was this translation helpful? Give feedback.
-
@erew123 Yeah its a shame really, i dont understand why they dont have a seperate branch at this point for windows which doesnt have all these issues. Going trough all these hoops to compile it is a bit weird when its a microsoft product. I assume it will compile the same on cu11.8 opposed to cu12.1. All the instructions should be updated for the latest version. Just make sure 'DS_BUILD_INFERENCE_CORE_OPS' is disabled, that module gave the biggest issue with binding variables. the other two i believe are dskernels modules which needs the compiled module/fixes for that aswell. Also have some upgraded gui stuff i been using for the ooba frontend if you want to grab that: Frontend GUI replacement:
Needs to be added for temperature and repetition:
|
Beta Was this translation helpful? Give feedback.
-
Im just generally tidying around, now that I have time. Im going to mark this closed just for now. BTW... I will implement the temperature and repetition penalty settings. Its on my feature request list #74 I guess I was releasing so many changes/updates the other day and there will be a small code change to make, I thought id release what I had, see if that stayed stable and then look to add other things like this, which I can do as nice easy updates. |
Beta Was this translation helpful? Give feedback.
-
Had a look at some of the deepspeed files today and managed to apply the earlier patches to the latest main branch. It still misses some (3) features which had to be disabled (see below) but should be working the same as the old 11.2 version.
Wheel should be here: Github Link
Wheel is compiled with:
And the modification files for those who want to build it themselves here: Github Link
Modules not supported with windows:
Disabled modules:
Beta Was this translation helpful? Give feedback.
All reactions