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

incorrect model name which leads to an OSError #8

Open
ladycui opened this issue Apr 23, 2024 · 2 comments
Open

incorrect model name which leads to an OSError #8

ladycui opened this issue Apr 23, 2024 · 2 comments

Comments

@ladycui
Copy link

ladycui commented Apr 23, 2024

when deploying web-demo with streamlit,
OSError: Incorrect path_or_model_id: '/root/model/Llama-3-8B-Instruct'. Please provide either the path to a local folder or the repo_id of a model on the Hub will prompt.
according to context, the model name is incorrect and should be /root/model/Meta-Llama-3-8B-Instruct.
However, it's a very tiny error and I belive most people will correct it themselves. just in case I submit this issue.

@WZUchen
Copy link

WZUchen commented Apr 24, 2024

您知道微调这怎么操作,文档中的cd /root/project/llama3-ft是什么,期待您的回答!

@chen0321-max
Copy link

chen0321-max commented May 16, 2024

微信图片_20240516110631
微信图片_20240516110636
令我忧伤的是我遇到了这个问题,但是路径名没有错误,我在我的windows系统上安装教程跑了一下

解决了,windows路径写法问题

streamlit run .\Llama3-Tutorial\tools\internstudio_web_demo.py .\model\Meta-Llama-3-8B-Instruct

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

No branches or pull requests

3 participants