Tuesday, March 18, 2025

ML (Machine Learning) Environment setup notes

 1)

Python version check




2)

Nvidia Cuda version check




3)

Pytorch installation using pip

Reference:  https://pytorch.org/get-started/locally/











Test:








No comments:

Post a Comment

How to setup and use a local ollama server running on a windows 11 machine, from any machine in a local area network

 ## 1. Install Ollama on the Windows 11 host Download and install Ollama on the machine with the GPU/CPU you want to use. Pull a model and v...