Repository Structure
All codes and script used in this project are stored in our GitHub organization - InTensorfiers.
Repostitories and their functionalities
intensorfiers.github.io
The website that you are currently reading. This contains all the documentations written in this project. In here you can find the installation steps, the architecture design choices, and benchmarks.
All documentations are written in Markdown format and were rendered into web pages with the help of MkDocs and Material for MkDocs.
This project is hosted on GitHub Pages.
GPU-config-with-Ansible
The repository that stores Ansible playbooks and all other related files.
In this repo you can find the playbook as well as the installation instructions to automatically install all compoenents i.e. Nvidia driver, conda, CUDA, cuDNN through Ansible.
Please note that in order to use it, you will need to specify the IP address of the remote machine that you want to connect, and to ensure that it accepts SSH connection from your machine.
compute-gpu-installation
This repository stores the Python scripts that detect Nvidia devices and Linux machine and install appropriate driver.
This is a fork from GoogleCloudPlatform/compute-gpu-installation.
We create a fork to ensure the script that we will be using to instsall the driver would not be changed without prior testing.