Configuring TensorFlow GPU on MacOS M2

Configuring TensorFlow GPU on MacOS M2

This article mainly introduces the configuration of TensorFlow on MacOS 12.x, aiming to help beginner machine learning users on Mac avoid some detours. In general, configuring the Mac version of TensorFlow only requires three steps: the first step is to set up a virtual environment, it is recommended to choose Miniconda; the second step is … Read more

Deploy Your Local Large Language Model Knowledge Base with Ollama + Open WebUI

Deploy Your Local Large Language Model Knowledge Base with Ollama + Open WebUI

Install and Set Up Ollama https://ollama.com/ After downloading and installing, it will automatically start with the system by default. The model is installed on the default system disk, so there is no need to set it to auto-start; you can start it whenever you want; then set the default installation path for the model. Delete … Read more