interface with qwen

This commit is contained in:
binary-husky
2023-08-07 01:24:41 +08:00
parent 9bee676cd2
commit 4d70b3786f
5 changed files with 77 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
model_name = "ChatGLM-ONNX"
cmd_to_install = "`pip install request_llm/requirements_chatglm_onnx.txt`"
cmd_to_install = "`pip install -r request_llm/requirements_chatglm_onnx.txt`"
from transformers import AutoModel, AutoTokenizer