zhipeng
zhipeng
被封三次, 解封需要手持身份证 ### issue规范 - MacOS版本 : 10.xx.x - 微信版本 : 2.x.x - 小助手版本 : 2.x.x - BUG描述 : 点击窗口闪退 - 操作场景 : 微信启动后, 鼠标左键点击会话列表中某个会话的头像 - 方便的话提供日志, 截图或者视频(可选) fuck tx...
## 🐛 Bug ## To Reproduce Steps to reproduce the behavior: ``` python3 -m mlc_chat.rest Traceback (most recent call last): File "/usr/lib/python3.10/runpy.py", line 187, in _run_module_as_main mod_name, mod_spec, code =...
## 🐛 Bug ``` mlc_chat_cli --model dolly-v2-3b Use MLC config: "/mnt/f/mlc-llm/dist/dolly-v2-3b-q3f16_0/params/mlc-chat-config.json" Use model weights: "/mnt/f/mlc-llm/dist/dolly-v2-3b-q3f16_0/params/ndarray-cache.json" Use model library: "/mnt/f/mlc-llm/dist/dolly-v2-3b-q3f16_0/dolly-v2-3b-q3f16_0-cuda.so" ... Loading model... [01:33:21] /mnt/f/mlc-llm/cpp/llm_chat.cc:884: --------------------------------------------------------------- An error occurred during the...
## 🐛 Bug ``` python build.py --hf-path=databricks/dolly-v2-12b --target=cuda Traceback (most recent call last): File "/mnt/f/mlc-llm/build.py", line 8, in import tvm File "/home/zhipeng/.local/lib/python3.10/site-packages/tvm/__init__.py", line 33, in from .runtime.object import Object File...
supported_models not define on chat_module
closes #13140 enhancement: upload workdir anywhere for deploy. e.g: ``` deploy_obj = Deployment.build_from_flow( flow=pipeline, name=name, apply=False, parameters = parameters, infra_overrides=infra_overrides, work_queue_name=ENV.WORK_QUEUE_NAME, work_pool_name=ENV.WORK_POOL_NAME, storage=file_helpers.get_codes_client(), storage_local_path='/var/work/projects/my-project', ) ``` ### Example ### Checklist...
### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to find a similar request and didn't find it. -...
### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it. -...
export func insert_sig, query_one, query_sig, query_sig_return_distance,tokens2signature,iter,size
SubjectiveSummarizer not define, change to AlignmentBenchSummarizer.