├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── apt-list-tpu.txt ├── apt-list.txt ├── os-info-tpu.txt ├── os-info.txt ├── pip-freeze.tpu.txt └── pip-freeze.txt /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlecolab/backend-info/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlecolab/backend-info/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlecolab/backend-info/HEAD/README.md -------------------------------------------------------------------------------- /apt-list-tpu.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlecolab/backend-info/HEAD/apt-list-tpu.txt -------------------------------------------------------------------------------- /apt-list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlecolab/backend-info/HEAD/apt-list.txt -------------------------------------------------------------------------------- /os-info-tpu.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlecolab/backend-info/HEAD/os-info-tpu.txt -------------------------------------------------------------------------------- /os-info.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlecolab/backend-info/HEAD/os-info.txt -------------------------------------------------------------------------------- /pip-freeze.tpu.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlecolab/backend-info/HEAD/pip-freeze.tpu.txt -------------------------------------------------------------------------------- /pip-freeze.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlecolab/backend-info/HEAD/pip-freeze.txt --------------------------------------------------------------------------------