marian-nmt / marian-examples

Examples, tutorials and use cases for Marian, including our WMT-2017/18 baselines.
Other
78 stars 34 forks source link

Replace the marian-example-library submodule with README #25

Closed snukky closed 2 years ago

snukky commented 2 years ago

This PR is a follow up to https://github.com/marian-nmt/marian-examples/pull/24. marian-example-library has marian-dev as a submodule and is used as a submodule in marian-examples, which in turn is used in marian-dev causes recursive dependency. It doesn't break cloning/compiling, but repositories are cloned twice via cmake, which is too expensive in general.

graemenail commented 2 years ago

I've included that link https://github.com/marian-nmt/marian-example-library/pull/4