Code Monkey home page Code Monkey logo

Comments (7)

li-plus avatar li-plus commented on July 2, 2024 2

已经支持了 system prompt / function call / code interpreter,可以跑下 examples/chatglm3_demo.py 这个 demo,参考最新的 README

from chatglm.cpp.

gaoshine avatar gaoshine commented on July 2, 2024 1

貌似作者的分支已经开始支持了,new-prompt-fmt。我测试并没有成功,期待作者放出例子,感觉chatglm3的这次prompt的改动有些大,一些token的id大于60000的应该都是保留的token,防止用户注入。

from chatglm.cpp.

hfyydd avatar hfyydd commented on July 2, 2024

等我去测一测

from chatglm.cpp.

wanetcn avatar wanetcn commented on July 2, 2024

运行这个chatglm3_demo.py 报错。 是这个chatglm_cpp没有更新吗,今天刚安装的环境。

2023-11-22 21:07:14.770 Uncaught app exception
Traceback (most recent call last):
File "/root/ts/lib/python3.11/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 534, in _run_script
exec(code, module.dict)
File "/root/chatglm.cpp/examples/chatglm3_demo.py", line 71, in
class Message(chatglm_cpp.ChatMessage):
^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'chatglm_cpp' has no attribute 'ChatMessage'

from chatglm.cpp.

hfyydd avatar hfyydd commented on July 2, 2024

运行这个chatglm3_demo.py 报错。 是这个chatglm_cpp没有更新吗,今天刚安装的环境。

2023-11-22 21:07:14.770 Uncaught app exception Traceback (most recent call last): File "/root/ts/lib/python3.11/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 534, in _run_script exec(code, module.dict) File "/root/chatglm.cpp/examples/chatglm3_demo.py", line 71, in class Message(chatglm_cpp.ChatMessage): ^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: module 'chatglm_cpp' has no attribute 'ChatMessage'

我也报这个错了 我看到ChatMessage 写到_C.pyi这个文件里了。

from chatglm.cpp.

li-plus avatar li-plus commented on July 2, 2024

可以先看看 chatglm-cpp 版本是否更新到 0.3.0

pip show chatglm-cpp

然后在 examples 路径下执行(不要在 chatglm_cpp 根目录执行):

python3 -c "import chatglm_cpp; chatglm_cpp.ChatMessage"

测试下是否有报错

from chatglm.cpp.

hfyydd avatar hfyydd commented on July 2, 2024

应该是chatglm-cpp版本的问题 pip install -U chatglm-cpp 就ok了

from chatglm.cpp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.