spacegoing
spacegoing
> We are also noticing this problem. It may caused by decord (a package for reading video). thank u so much for ur prompt reply. may I ask what's the...
Hi Lin @LinB203 , I tried running dataloader alone and the decord lib do have a mem leak issue. I fixed by wrap it with a `with open(filename, 'rb') as...
@LinB203 Hi Lin, tks for ur reply. I guess decord is not the only issue: I switched to a rust implementation https://github.com/spacegoing/ospv12/blob/bba089a6e2cb5584125ac2b7d77e1fd451bcf5d1/opensora/dataset/t2v_datasets.py#L359 of ffmpeg but the oom issue still persists....
@LinB203 Also, my current roadblock is that I can't track issue. I tried to use 170 def __getitem__(self, idx): 171 172 info = get_worker_info() 173 if info is not None:...
@fnussbaum many thanks for ur reply! I tried ``` (setq lsp-pylsp-plugins-ruff-enabled t lsp-pylsp-plugins-ruff-executable "/root/.venv/base/bin/ruff" lsp-pylsp-plugins-ruff-config "/root/myCodeLab/GitConfig/python/.config/ruff/ruff.toml" lsp-pylsp-plugins-ruff-format-enabled t lsp-pylsp-plugins-ruff-severities '(("D212" . "I")))) ``` with / without `(with-eval-after-load 'lsp-pylsp / 'lsp-mode`...
I can only fetch the first page, can't fetch complete videos the user has 120 vids, I can only fetch 37 of them
``` WARN: IB: read failed in ib_roce_get_version_num: Invalid argument WARN: IB: read failed in ib_roce_get_version_num: Invalid argument WARN: IB: read failed in ib_roce_get_version_num: Invalid argument WARN: IB: read failed in...