Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LLAMA3Transformer Load Pretrained Model Not Found #14517

Open
1 task done
xinxin63 opened this issue Feb 4, 2025 · 0 comments
Open
1 task done

LLAMA3Transformer Load Pretrained Model Not Found #14517

xinxin63 opened this issue Feb 4, 2025 · 0 comments
Assignees
Labels

Comments

@xinxin63
Copy link

xinxin63 commented Feb 4, 2025

Is there an existing issue for this?

  • I have searched the existing issues and did not find a match.

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

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!

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants