From the course: Rust LLMOps

Unlock this course with a free trial

Join today to access over 23,100 courses taught by industry experts.

Exploring the Colab AI

Exploring the Colab AI - Rust Tutorial

From the course: Rust LLMOps

Exploring the Colab AI

- Here we have colaboratory, which is a famous hosted geo porter notebook solution. And some of the things that it can do are very powerful. So first up here, if we look at the runtime here, one of the things that we can do is change the runtime type. And notice this, we have all these amazing types of hardware acceleration built in, including the ability to do higher RAM, use TensorFlow processing units, A 100 Nvidia GPUs, V 100, Nvidia GPUs, T4 GPUs. So these are really awesome capabilities that we get here. Now another thing we can do that is also an emerging capability is that you can use generative AI right inside of the notebook. So let's go ahead and try this out. So if we go here and we say Colab AI, in fact, we can scroll over and even make it all about generative AI. So it's essentially a hidden AI assistant that's just built right inside of here. And in fact, why don't we try to use the default queries here? So how do I filter a pandas data frame? And we see here that it's…

Contents