Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 309 Bytes

INSTALL.md

File metadata and controls

17 lines (11 loc) · 309 Bytes

Installation

Conda environment

Python >= 3.8

conda create --name aqa_env python=3.8
conda activate aqa_env

PyTorch

PyTorch >= 2.4.1 (Get PyTorch Here)

Requirements

Install the required libraries with :

pip3 install -r requirements.txt