-
-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How much of this do you think we can get upstreamed? #48
Comments
I have wanted to merge the overlays into Nixpkgs for quite some time now, but I lack the manpower, and I'm only one guy. I welcome it! |
I think there is a good flow I could get into, which is to upstream the drvs to nixpkgs in the first place, and wait for them to be merged, since we don't buy any time by holding the overlays ourselves, since updating them is also a maintenance burden. |
For the stuff I do upstream from here, do you mind if I add you to the maintainers? |
@Madouura absolutely, and in fact can you please make a PR to remove it from here when you do? Or perhaps I can do that lazily as stuff gets into Nixpkgs, in one big PR. |
@Madouura did u try doing this already? id like to contribute if i can! |
Currently side-tracked with another issue I'm trying to crack. If you have the time by all means go ahead, I'll try to review what I can. |
alrighty then - mind u this would be my first nixpkgs contribution but hopefully i get some things right! |
@haras-unicorn that's incredible, thank you so much, I hope Nixpkgs accepts it. |
im kinda stuck on the dependency sets thing - any idea how to properly put that into inxpkgs? |
What is the dependency sets thing? I don't know exactly what you mean, happy to help if I can though! |
ok looking at the code in the module folder the dependency-sets thing creates the dependency sets option and then the aipython3 module adds the "dependency sets" (all the packages we need through multiple overlays) through that which is then consumed in the koboldai and invokeai projects |
Hi there, was just curious if we could get most/all of this upstreamed to nixpkgs.
Haven't had a thorough look around yet, but at least a bunch of the python packages should be able to be upstreamed.
Also you might want to make sure things are working for ROCm 5.7.0. NixOS/nixpkgs#258328 upgraded the ROCm stack.
The text was updated successfully, but these errors were encountered: