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
I have noticed that LLama3 download error has been fixed it the new 5.5.3 release. However, when I tried to load the default model, it shows as "can not find the model to download please check the name'
Current Behavior
from sparknlp.annotator.seq2seq import LLAMA3Transformer
llama3 = LLAMA3Transformer.pretrained()
it returns
llama_3_7b_chat_hf_int4 download started this may take some time.
Can not find the model to download please check the name!
Is there an existing issue for this?
Who can help?
@C-K-Loan
What are you working on?
I have noticed that LLama3 download error has been fixed it the new 5.5.3 release. However, when I tried to load the default model, it shows as "can not find the model to download please check the name'
Current Behavior
it returns
Expected Behavior
It is supposed to load the model successfully.
Steps To Reproduce
%pip install spark-nlp==5.5.3 pyspark==3.3.1
import sparknlp
spark = sparknlp.start()
print(sparknlp.version())
from sparknlp.annotator.seq2seq import LLAMA3Transformer
llama3 = LLAMA3Transformer.pretrained()
Spark NLP version and Apache Spark
sparknlp.version(): 5.5.3
spark.version: 3.5.0
Type of Spark Application
No response
Java Version
No response
Java Home Directory
No response
Setup and installation
No response
Operating System and Version
No response
Link to your project (if available)
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: