Xingbo Yao
Xingbo Yao
Hi @alibaba-oss @hitsz-zuoqi ,thanks for your fantastic work. I wanna inquire that How many A100s are required for fine-tuning?
作者您好,我通过sse连接tools,但是我sse会传递过去所有tools(导致prompt非常长),有没有什么办法只通过sse注册一部分tools? 这是我的tools初始化代码 tools = [{ "mcpServers": { "koomaster": { "url": "http://localhost:7764/sse", "disabled": False, "timeout": 30 } } }] 非常感谢。
Dear @donydchen , thank you for your fantastic work! Recently, I downloaded a few datasets from [DL3DV-480p](https://huggingface.co/datasets/DL3DV/DL3DV-ALL-480P/tree/main/10K). I succeeded in using the [convert_dl3dv.py](https://github.com/donydchen/mvsplat360/blob/main/src/scripts/convert_dl3dv.py) to get the torch chunks. However, when...