Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 521 Bytes

install.md

File metadata and controls

16 lines (10 loc) · 521 Bytes

Installation instructions

Main README

Installation

Tested with Python 3.8.12 and PyTorch 1.10.0

Please install PyTorch first, and refer to the PyTorch installation page regarding the specific install command for your platform.

After PyTorch has finished installing, you can install from source by cloning the repository and run the following commands:

pip install -r requirements.txt
python -m spacy download en_core_web_sm