mert-kurttutan / configs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CONFIGS

This repo contains some of the config/env files that I use.

Example

Say you want to create conda env for latest pytorch with pip. Then, you can download the files inside pytorch-latest-conda directory and use the commands

wget https://raw.githubusercontent.com/mert-kurttutan/configs/main/pytorch-latest-conda/pytorch-env.yml
wget https://raw.githubusercontent.com/mert-kurttutan/configs/main/pytorch-latest-conda/requirements.txt
conda env create -f pytorch-env.yml

About