spaCy/spacy/cli/templates
Paul O'Leary McCann 3b1f552b72 Config generation fails for GPU without transformers (#11899)
If you don't have spacy-transformers installed, but try to use `init
config` with the GPU flag, you'll get an error. The issue is that the
`use_transformers` flag in the config is conflated with the GPU flag,
and then there's an attempt to access transformers config info that may
not exist.

There may be a better way to do this, but this stops the error.
2022-12-12 12:50:43 +01:00
..
quickstart_training_recommendations.yml Update da trf recommendation (#8921) 2021-08-12 13:54:02 +02:00
quickstart_training.jinja Config generation fails for GPU without transformers (#11899) 2022-12-12 12:50:43 +01:00