ios

Results 10 comments of ios

同问,我目前在多个模型中发现token的vocab_size小于generate后的logit的size,请问楼主有解决吗

已解决,可以参看qwen中的issues,具体原因时model中为了和128 size对齐 提高运算效率,导致vocab_size在model中会大于token中实际的vocab_size。

I have the same request, I want to find functions with zero or more arguments, is there any good solution now?

I have the same problem, and the results I get from running it through the `ollama run xxmodel` terminal are much better than the results I get from python sdk...

[tree-sitter-language-pack](https://github.com/Goldziher/tree-sitter-language-pack) is great work, I can fast use any language👍 ```python from tree_sitter_language_pack import get_parser rust_parser = get_parser('rust') coder = CodeSplitter(language="rust", parser=rust_parser) code_list = coder.split_text(demo_rust_code) ```

复现步骤 1. 创建用户组 ![image](https://github.com/OpenCSGs/CSGHub/assets/82093214/867ec307-003e-426b-a116-a510dea8229f) 2. 创建用户组数据集 ![image](https://github.com/OpenCSGs/CSGHub/assets/82093214/5f75513e-6b52-44ce-8041-73df518b9609) 3. 成功创建数据集,并且能够查看 ![image](https://github.com/OpenCSGs/CSGHub/assets/82093214/910ccd7b-4c3a-4bbf-a790-208babf5308c) 4. 再次点击组织,发现数据集位置未显示刚刚创建的数据集 ![image](https://github.com/OpenCSGs/CSGHub/assets/82093214/a33c00d2-ba57-4dad-9298-2964140e6927) ## 猜测问题 1. 注册的个人用户创建数据集 ![image](https://github.com/OpenCSGs/CSGHub/assets/82093214/23370784-d36c-4d8a-9a1d-86858d4e2241) 2. 创建个人数据集 ![image](https://github.com/OpenCSGs/CSGHub/assets/82093214/b5a25b4d-f147-46b5-828b-0a087b6921cf) 3. 主页中可以查看到该数据集,证明创建成功 ![image](https://github.com/OpenCSGs/CSGHub/assets/82093214/c9d60531-645c-441a-afe9-eee16df369d7) 4. 个人主页无法查看数据集 ![image](https://github.com/OpenCSGs/CSGHub/assets/82093214/c46490ec-a5fd-4ff0-bbb8-cc8f545d7ccc)

可以的 首先我使用咱们的all_in_one部署的服务没有starthub服务,对应的是csghub服务 ``` csghub_portal-1 | Started GET "/profile/ios" for ip at 2024-06-26 03:58:59 +0000 csghub_portal-1 | Cannot render console from ip! Allowed networks: 127.0.0.0/127.255.255.255, ::1 csghub_portal-1 | Processing by ProfileController#index...

测试了你们最新的部署方式https://github.com/OpenCSGs/CSGHub/tree/main/script/all_in_one 同样存在该问题,希望能尽快修复!!!

是的,没有其他多余的log

When I try this syntax, it matches `OUT`, but it's not what I want. I expect to match arg3. ``` weggli '_ $fn(_,_,$id){ _; }' ```