zydmtaichi
zydmtaichi
> @avivbrokman, can you try adding `torch_adam: true` into the optimizer section of your ds_config? As described [here](https://www.deepspeed.ai/docs/config-json/#optimizer-parameters), this will enable `torch.optim.Adam` instead of DeepSpeed's cpu_adam, and should avoid the...
> 如果是v100 其并不支持bf16 你好,可是我用V100,在lora模式下微调了zero3-offload的glm4,没有发现报错,这是什么情况?
> I'd like to add a vote to @BradKML's suggestion on a re-ranker feature in the Ollama framework. This will help keep any RAG pipeline within Ollama end-to-end. +1
> This is because there are only 500 learned positional encodings and if you try to infer an image much higher than the default model resolution, then the number of...
[feature request]Please add env config file like requirements.txt or environment.yml to this project
hi @shariqfarooq123, I export a requirements.txt under python 3.10 conda env, please refer below file and update your repo [requirements.txt](https://github.com/user-attachments/files/16229710/requirements.txt)
> Hi, I plan to slowly release this feature. Please let me know which methods you would like to have added first. Hi, I hope we can add a `export`...
> There already is `export_mesh` method on the Method class, although no cli yet. The issue is that this has to be implemented for various methods. The question was which...
> I will do it, but probably next week. Hi, I also visit the nerfstudio community and take a look on their docs. It seems the nerfstudio already implements the...
hi @FrozenBurning, I notice the output for inference step contains a .npy file. and project `nvdiffrast` can take the npz file as input to render 3d. Is it a applicable...
@FrozenBurning, glad to see your reply, per method 1 you mentioned, can we regard the variable `weights` in line 373 of `scenedreamer.py` as the variable `sigma` in `extract_mesh.ipynb` of [this](https://github.com/kwea123/nerf_pl/blob/master/extract_mesh.ipynb)...