Skip to main content

Blog

Welcome to my little corner of the internet! Feel free to explore anything that catches your attention. You can use the tags and categories sections to help you find what you’re looking for.

You can also visit the related sections: music space | thoughts

colab and ollama

How to Run Ollama on Google Colab

··2 mins
Ollama is a great tool for testing LLMs and Embedding models locally. It’s possible to use this tool in Google Colab, but when you run ollama serve, your script will get stuck in that cell, and you won’t be able to run the following cells. Luckily, the solution is simple and can be done with code.
colab

How to download a folder from Google Colab

··2 mins
Google Colab’s UI from its file browser allows you to download files individually, but does not have an option to download entire directories; the solution is simple and can be done with code.