goodmaney

Results 22 comments of goodmaney

> in OrangeSpork's HS2VR (https://github.com/OrangeSpork/HS2VR) they implemented Boop with the VR controllers and it works pretty well. > > i wonder how hard it would be to implement this in...

> I pushed a hotfix to remedy this bug. > > Please check it out. > > ``` > pip install -U git+https://github.com/WangYihang/GitHacker > ``` not work too. Traceback (most...

https://github.com/microsoft/graphrag/issues/451.

> same here, I am using gemma 9b, it only have 8k context window. I set local search with 5000 max tokens, and it is back to normal. Otherwise it...

> 看起来报告输出不是来自LLM的JSON格式。我也遇到了这个问题,我用示例优化了提示,使其稳定输出JSON。 > > 你可以尝试这个 PR 来测试一下吗?#473 I replace the py by https://github.com/microsoft/graphrag/blob/4f69839606cfaca782d537396c381087e36bfb4f/graphrag/query/structured_search/global_search/map_system_prompt.py. Report some errors: Error parsing search response json Traceback (most recent call last): File "/home/xx/graphrag/graphrag/query/structured_search/global_search/search.py", line 194,...

> Hi @6643789wsx > > Are you still having this issue? It makes sense since 1536 is default size for OpenAI `text-embedding-3-small` and` text-embedding-ada-002`. Are you using a different embedding...

> > ### Is there an existing issue for this? > > > > * [x] I have searched the existing issues > > * [x] I have checked [#657](https://github.com/microsoft/graphrag/issues/657)...

I use proxy solve it . vim ~/.bashrc then add code to the end \# get Host IP WINDOWS_IP=$(ip route | grep default | awk '{print $3}') PROXY_HTTP="http://${WINDOWS_IP}:7890" \# set...

and it automatic exit ``` 2025-03-08 02:04:48,693 - __main__ - INFO - [2025-03-08 02:04:48 TP0] Scheduler hit an exception: Traceback (most recent call last): 2025-03-08 02:04:48,693 - __main__ - INFO...

I try run a Sglang serve ,It report error: ``` [2025-03-08 15:16:07 TP0] Scheduler hit an exception: Traceback (most recent call last): File "/home/xx/anaconda3/envs/olmocr/lib/python3.11/site-packages/torch/_dynamo/output_graph.py", line 1446, in _call_user_compiler compiled_fn =...