nextdoorUncleLiu
nextdoorUncleLiu
if i exist multilevel jump: ```javascript // router array const routerArr = [ { name: 'a', path: '/a', children: [ { name: 'b', path: '/b', children: [ { name: 'c',...
  这是为什么啊
### Self-Hosted Version 24.1.1 ### CPU Architecture Apple M2 Pro ### Docker Version 25.0.2 ### Docker Compose Version 2.24.3 ### Steps to Reproduce When I run ./install.sh I get an...
### 起始日期 | Start Date 5/14/2024 ### 实现PR | Implementation PR - qwen-vl-chat-v1 添加一个配置项,可支持类似 qw-max 的返回方式,我不需要当前生成的整个序列,我只需要最新的内容即可 - 由于我使用了多个通义模型,我不想因为个别模型在返回结果上我在做特殊处理 ### 相关Issues | Reference Issues _No response_ ### 摘要 | Summary -...
When I run it in the console: ```shell python3 eval.py ./touchstone_20230831.tsv sk-*** --model-name gpt-4 ``` console output: ``` -------------- evaluate gpt-4 ------------- Traceback (most recent call last): File "eval.py", line...
Error running evaluate_functional_correctness samples.json When I was running evaluate_functional_correctness samples.json, I received the following error message ``` Reading samples... 164it [00:00, 62612.95it/s] Running test suites... 0%| | 0/164 [00:00
``` MONGODB_URL='mongodb://localhost:27017' PLAYWRIGHT_ADBLOCKER='false' MODELS=`[ { "name": "Local minicpm", "tokenizer": "minicpm", "preprompt": "", "chatPromptTemplate": "{{preprompt}}{{#each messages}}{{#ifUser}}\n{{content}}\n\n{{/ifUser}}{{#ifAssistant}}{{content}}\n{{/ifAssistant}}{{/each}}", "parameters": { "stop": ["", "", ""], "temperature": 0.7, "max_new_tokens": 1024, "truncate": 3071 }, "endpoints": [{...