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 text was updated successfully, but these errors were encountered:
The
m1_chip
parameter innlu.load
(in init.py) is passed on toget_open_source_spark_context
and there used insparknlp.start(gpu=gpu, m1=True)
. However,sparknlp.start
takes only the parameterapple_silicon
.The text was updated successfully, but these errors were encountered: