-
Notifications
You must be signed in to change notification settings - Fork 67
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
pretrain_graph_model_path is not defined #7
Comments
If you could give the detailed error information, we could help you better. Thank you! |
By attempts by persons in our lab, I guess your question might be the error in the config.json in your base model. Specifically, if you use Vicuna as your base model, you should add two key-value pairs in the config.json as follow:
so the complete config.json in vicuna model could be:
|
Thanks for your prompt reply. It has solved my problem! |
Not really. I will add it in the README.md. Thank you for the supports! |
Would you mind explaining which model should I put in the dir "/root/paddlejob/workspace/env_run/llm/GraphChat/" |
It's just an example. Any dir that contain the pre-trained GNN is acceptable |
Is it ok to configure it as model in https://huggingface.co/Jiabin99/Arxiv-PubMed-GraphCLIP-GT |
Yes, you are right! |
An error occurs on the line 801 of train_graph.py, that is 'pretrain_graph_model_path' is not defined.
The text was updated successfully, but these errors were encountered: