JosephJul 61 minUsing LLaMa with VSCodeDownload and install Ollama. There are multiple LLMs available for Ollama. In this case, we will be using Codellama, which can use text...
JosephJun 74 minCreating a Singularity Container for Linux Machine with GPU Support in AppleMac with Apple SiliconSome HPC machines today use singularity containers for their machine learning workflows. Once configured Singularity containers can be...
JosephAug 30, 20233 minDistributed-Dask with PBSDask is a popular Python library designed for scalable computing with dynamic task scheduling. A key strength of Dask lies in its...
JosephNov 9, 20222 minUsing Vim and Ctags to Manage Large ProjectsThe usual workflow in developing an HPC application is to develop the code in local machines and then run the completed application in an...
JosephJul 29, 20222 minAutomate Workflow Using VSCodeVSCode is a very popular tool to manage large projects in C/C++. One of the main advantages of VSCode is we can automate workflows that...
JosephSep 25, 20204 minDebugging MPI Programs Using Valgrind and GDBDebugging a Parallel program is not straightforward as debugging a sequential program because it involves multiple processes with...