builder icon indicating copy to clipboard operation
builder copied to clipboard

Add conda recipe for fairseq

Open erip opened this issue 5 years ago • 2 comments

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.

erip avatar Oct 31 '20 22:10 erip

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:

  • https://github.com/pytorch/vision/tree/master/packaging
  • https://github.com/pytorch/audio/tree/master/packaging
  • https://github.com/pytorch/text/tree/master/packaging

seemethere avatar Nov 05 '20 21:11 seemethere

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?

erip avatar Nov 06 '20 12:11 erip