Youngrok Song

Results 2 comments of Youngrok Song

> > ```shell > File "/Users/ben/opt/miniconda3/envs/finetune/lib/python3.10/site-packages/torch/autograd/function.py", line 506, in apply > return super().apply(*args, **kwargs) # type: ignore[misc] > File "/Users/ben/opt/miniconda3/envs/finetune/lib/python3.10/site-packages/bitsandbytes/autograd/_functions.py", line 293, in forward > using_igemmlt = supports_igemmlt(A.device) and not...

Thank you for the feedback! However, it is still hard to understand the given example.. Considering both files below [https://github.com/Heidelberg-NLP/COINS/blob/main/model/src/data/conceptnet.py](https://github.com/Heidelberg-NLP/COINS/blob/main/model/src/data/conceptnet.py) [https://github.com/Heidelberg-NLP/COINS/blob/main/model/src/train/batch.py](https://github.com/Heidelberg-NLP/COINS/blob/main/model/src/train/batch.py) in the for loop of batch_conceptnet_generate function (line 92)...