Not working with cuda device.
hemangjoshi37a opened this issue · 4 comments
hemangjoshi37a commented
The whole code seems to be running on CPU only and not on CUDA.
How to add this to instructGOOSE?
xrsrke commented
hemangjoshi37a commented
I tried calling .to(device)
method on instructGOOSE but it gives me error that there are mix type of devices are selected in the process. It means there needs to be library level changes to make it work with GPUs.
xrsrke commented
@hemangjoshi37a Thanks for let me know. I'm working on support it soon
hemangjoshi37a commented
@xrsrke actually I wanted to create a generalized system that implements instruct over any machine learning model. Like textClassificationInstruct, textNERinstruct, imageObjectInstruct, imageDepthInstruct, imageClassificationInstruct.