Everything works fine. Thank you! When I run the codes, I can see that the CPU is almost 100% utiilized but the GPU is idle. However, I have a AMD 7900 XTX running with ROCM installed. How can I use the GPU instead of the CPU to calculate the embedding?
I have been trying the codes at:
https://github.com/vespa-engine/sample-apps/tree/master/multi-vector-indexing https://blog.vespa.ai/build-news-recommendation-app-from-python-with-vespa/
Everything works fine. Thank you! When I run the codes, I can see that the CPU is almost 100% utiilized but the GPU is idle. However, I have a AMD 7900 XTX running with ROCM installed. How can I use the GPU instead of the CPU to calculate the embedding?
Thanks in advance.