Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

sixsixcoder

sixsixcoder pushed 1 commit to main sixsixcoder/GLM-4-Voice

View on GitHub

sixsixcoder pushed 1 commit to main sixsixcoder/GLM-4-Voice

View on GitHub

sixsixcoder pushed 1 commit to main sixsixcoder/GLM-4-Voice

View on GitHub

sixsixcoder pushed 5 commits to main sixsixcoder/GLM-4-Voice
  • Merge pull request #54 from THUDM/main merge 523686b
  • new requirement for torch2.5 and python3.10 & python3.12 ca6b4fc
  • Support loading and starting web from vllm=0.6.3 bf1bb7d
  • Merge pull request #57 from sixsixcoder/vllm063 Support loading and launching web programs from vllm=0.6.3 cc66efd
  • update with readme and requirement 37cf049

View on GitHub

sixsixcoder pushed 3 commits to vllm063 sixsixcoder/GLM-4-Voice
  • improve Gradio streaming audio playback - Optimize audio chunk sizes with progressive growth strategy - Adjust audio... 2b03c2b
  • Merge pull request #66 from Mereithhh/main improve Gradio streaming audio playback b9fea18
  • Merge branch 'THUDM:main' into vllm063 df390a0

View on GitHub

sixsixcoder created a comment on an issue on THUDM/GLM-4-Voice
感谢您的支持,您可以尝试开发更多用法,如有使用问题请随时提出issue

View on GitHub

sixsixcoder created a comment on an issue on THUDM/GLM-4
我成功复现你的问题了,问题出现在template模版上,llama-factory到处merge后的模型文件时,替换了`glm-4-9b-chat`的`chat_template` 目前的解决方案是修改llama-factory微调merge后权重的`tokenizer_config.json`文件,替换`chat_template `为: ``` "chat_template":...

View on GitHub

sixsixcoder created a comment on an issue on THUDM/GLM-4
我成功复现你的问题了,问题出现在template模版上,目前的解决方案是修改llama-factory微调merge后权重的`tokenizer_config.json`文件,替换`chat_template `为: ``` "chat_template": "[gMASK]<sop>{% for item in messages %}{% if item['tools'] is d...

View on GitHub

sixsixcoder created a comment on an issue on THUDM/GLM-4
看起来像是依赖项的问题,你可以新建一个空白环境,然后按照[requirements.txt](https://github.com/THUDM/GLM-4/blob/main/basic_demo/requirements.txt) 安装依赖项,使用命令 ``` pip install -r requirements.txt ```

View on GitHub

sixsixcoder created a comment on an issue on THUDM/GLM-4-Voice
GLM-4-voice默认支持流式生成,你可以在文件[model_server.py](https://github.com/THUDM/GLM-4-Voice/blob/main/model_server.py)中找到, 处理返回的流式内容 ```Python @app.post("/generate_stream") async def generate_stream(reque...

View on GitHub

sixsixcoder created a comment on an issue on THUDM/GLM-4
能否提供微调数据集以供测试

View on GitHub

sixsixcoder created a comment on a pull request on THUDM/GLM-4-Voice
How do I evaluate the performance improvement after modifying the code?

View on GitHub

sixsixcoder created a comment on an issue on THUDM/GLM-4-Voice
<img width="454" alt="image" src="https://github.com/user-attachments/assets/65b4f6e2-b9e1-4443-bbbc-56de3edec2bc">

View on GitHub

sixsixcoder created a comment on an issue on THUDM/GLM-4-Voice
![Uploading 20241107-154402.jpeg…]()

View on GitHub

sixsixcoder created a comment on an issue on THUDM/GLM-4
请提供详细的环境信息和代码

View on GitHub

sixsixcoder created a comment on an issue on THUDM/GLM-4-Voice
可以参考这个issues:https://github.com/THUDM/GLM-4-Voice/issues/71

View on GitHub

sixsixcoder created a comment on an issue on THUDM/GLM-4-Voice
后续可能考虑支持

View on GitHub

sixsixcoder created a comment on an issue on THUDM/GLM-4-Voice
支持,你可以设计prompt尝试

View on GitHub

sixsixcoder created a comment on an issue on THUDM/GLM-4-Voice
可以试一下gradio==4.44.1

View on GitHub

sixsixcoder created a comment on an issue on THUDM/GLM-4-Voice
可以详细描述一下您的问题吗,我没有理解

View on GitHub

sixsixcoder created a comment on an issue on THUDM/GLM-4-Voice
目前dev分支已经支持vllm 0.6.3post1,您可以下载体验

View on GitHub

sixsixcoder created a comment on an issue on THUDM/GLM-4-Voice
是的,我们后续会支持vllm最新版本

View on GitHub

sixsixcoder created a comment on an issue on THUDM/GLM-4-Voice
输出中包含文本信息和语音编码的token信息,你可以hack输出然后进行二次开发

View on GitHub

sixsixcoder created a comment on an issue on THUDM/GLM-4-Voice
请提供详细的环境信息,部署推理代码

View on GitHub

sixsixcoder created a comment on an issue on THUDM/GLM-4-Voice
目前尚不支持,可以关注后续发布的详细技术报告

View on GitHub

sixsixcoder created a comment on an issue on THUDM/GLM-4-Voice
目前详细的技术报告还未公开,目前支持热门方言

View on GitHub

sixsixcoder created a comment on an issue on THUDM/GLM-4-Voice
目前尚不支持,您可以尝试设计prompt开发出更多用法

View on GitHub

sixsixcoder created a comment on an issue on THUDM/GLM-4
这个模型不是我们发布的,看起来是加载模型权重的时候出了问题,你可以咨询魔塔社区这个模型的作者

View on GitHub

sixsixcoder pushed 1 commit to main sixsixcoder/GLM-4

View on GitHub

sixsixcoder created a review comment on a pull request on THUDM/GLM-4
You can merge this file later.

View on GitHub

Load more