pytorch / builder

Continuous builder and binary build scripts for pytorch
BSD 2-Clause "Simplified" License
325 stars 219 forks source link

Add conda recipe for fairseq #563

Open erip opened 3 years ago

erip commented 3 years ago

It seems like torchvision's recipe is handled here, so I thought I might add a feature request to also handle fairseq here. Like torchvision, it should be a relatively light lift and I would be happy to help if there's some guidance.

Context here.

seemethere commented 3 years ago

I'd say we should probably handle this similarly to how we handle domain APIs where the actual recipe for conda lives within the domain repository itself.

See:

erip commented 3 years ago

Thanks for the response, @seemethere. I haven't dug deep into the other repos, but is publishing their responsibility through CI/CD or do they just provide the scripts for the builder repo to run?