You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The
m1_chipparameter innlu.load(in init.py) is passed on toget_open_source_spark_contextand there used insparknlp.start(gpu=gpu, m1=True). However,sparknlp.starttakes only the parameterapple_silicon.