Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Manual Install

James Thorne edited this page Jul 5, 2018 · 1 revision

Manual Installation Instructions for FEVER

Create a virtual environment for FEVER with Python 3.6 and activate it.

conda create -n fever python=3.6
source activate fever

Manually Install PyTorch (version 3) (different distributions should follow instructions from pytorch.org)

conda install pytorch=0.3.1 torchvision -c pytorch

Clone the repository

git clone https://github.com/sheffieldnlp/fever-baselines
cd fever-baselines

Install requirements (run export LANG=C.UTF-8 if installation of DrQA fails)

pip install -r requirements.txt
Clone this wiki locally