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

Lagent Web Demo csv数据分析运行出错 #162

Open
909254 opened this issue Feb 23, 2024 · 0 comments
Open

Lagent Web Demo csv数据分析运行出错 #162

909254 opened this issue Feb 23, 2024 · 0 comments

Comments

@909254
Copy link

909254 commented Feb 23, 2024

1
ValueError: not enough values to unpack (expected 2, got 1) message 好的,我会帮你处理这个 CSV 文件。 <|action_start|> <|interpreter|> 2024-02-23 13:12:51.844 Uncaught app exception Traceback (most recent call last): File "C:\Users\a9092\.conda\envs\my-env\Lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 535, in _run_script exec(code, module.__dict__) File "F:\新加卷\工作存档2\ai\lagent\examples\internlm2_agent_web_demo.py", line 333, in <module> main() File "F:\新加卷\工作存档2\ai\lagent\examples\internlm2_agent_web_demo.py", line 286, in main for agent_return in st.session_state['chatbot'].stream_chat( File "f:\新加卷\工作存档2\ai\lagent\lagent\agents\internlm2_agent.py", line 291, in stream_chat name, language, action = self._protocol.parse( ^^^^^^^^^^^^^^^^^^^^^ File "f:\新加卷\工作存档2\ai\lagent\lagent\agents\internlm2_agent.py", line 167, in parse ^^^^^^^^^^^^^ ValueError: not enough values to unpack (expected 2, got 1)
推理后端
lmdeploy serve api_server .\internlm2-chat-7b-4bit --model-format awq --quant-policy 4 --cache-max-entry-count 0.2 --session-len 10240 --model-name internlm2-chat-7b --server-port 11434

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

1 participant