You must log in or # to comment.
Only for inference like the article says or also training?
The article says “to run AI models” so it probably means both inference and training, not just inference.
Running refers to inference usually
If they can be used for inference, I would assume they can be used for training
Training has a lot of extra functionality like calculating how to update the weights of the model during training to make it more performant on the dataset(backpropagation and gradient descent) and much more
Meanwhile inference is mostly running the weights of the model as they are. The model isn’t being adjusted in any way. And Nvidia holds a strong grip on training libraries through Cuda
they might not need more training infrastructure at this point




