-
ImportError: cannot import name 'LLMFactory' from 'modelscope_agent.llm' (/mnt/workspace/modelscope-agent/modelscope_agent/llm/__init__.py)
-
Hi there, is it possible to add the new GLM-4V-9B model ? Thanks you
https://github.com/THUDM/GLM-4
huggingface : https://huggingface.co/THUDM/glm-4v-9b
modelscope:https://modelscope.cn/models/…
-
在运行demo阶段,无论是通过transformer还是modelscope方法,模型自动下载到.cache/hugggingface下,并且报错AssertionError: Only Support Self-Attention Currently
-
## 问题描述 / Issue Description
使用 evalscope perf进行模型模型压测超时,报错:2024-11-04 10:53:20,827 - perf - http_client.py - post - 171 - ERROR - Timeout on reading data from socket
## 使用的工具 / Tools Used
- […
-
### Initial Checks
- [X] I have searched GitHub for a duplicate issue and I'm sure this is something new
- [X] I have read and followed [the docs & demos](https://github.com/modelscope/modelscope-age…
-
I see there is a Qwen-1_8B version of Instagger on ModelScope. Could you please share the prompt you used for finetuning this model so that we can obtain better results when using the tagger.
litsh updated
3 months ago
-
我用mofelscope社区搭了一个简单的agent,线上一切正常。本地把代码下载下来后正常运行了 。 模型用的是企业版本的glm4。使用企业的key,需要修改api_key 和base_url。我真对zhipu.py进行了修改
修改后, agent无回复
![image](https://github.com/modelscope/modelscope-agent/assets/37…
-
It would be great to have an option for other quantized llm or (through Ollama) for the Voice-Chat.
-
codes:
```
@register_tool('RenewInstance')
class AliyunRenewInstanceTool(BaseTool):
description = '续费一台包年包月ECS实例'
name = 'RenewInstance'
parameters: list = [{
'name': 'insta…
-
with example for git ? output tool is "ServiceResponse" . how to tool output return true/false can Ai so that the agent can receive?