JohnSnowLabs / nlu

1 line for thousands of State of The Art NLP models in hundreds of languages The fastest and most accurate way to solve text problems.
Apache License 2.0
861 stars 130 forks source link

nlu.load function m1_chip parameter is not passed on correctly #175

Open Priapos1004 opened 1 year ago

Priapos1004 commented 1 year ago

The m1_chip parameter in nlu.load (in init.py) is passed on to get_open_source_spark_context and there used in sparknlp.start(gpu=gpu, m1=True). However, sparknlp.start takes only the parameter apple_silicon.

Bildschirmfoto 2023-05-11 um 08 41 12