xanthexu

Results 3 comments of xanthexu

@tatarinla I followed your protocol above and replace with llama-main . It still reports similar error : ``` File "/data/zxu/anaconda3/envs/DL/lib/python3.9/site-packages/torch/distributed/distributed_c10d.py", line 1013, in _new_process_group_helper raise RuntimeError("Distributed package doesn't have NCCL...

I have the same issue . But I am using the mapped bam file. ``` ./run-trust4 -b $data/G4-2135_sorted.bam -f $ref/GRCm38_bcrtcr.fa --ref $ref/mouse_IMGT+C.fa -t 10 ``` The error looks like this...

Thanks @mourisl . Yesterday I tried it by myself, and later found that removing unmapped reads from the BAM file can also solve this problem. This follows the same idea...