add nlp install (#6767)

This commit is contained in:
Sam Shleifer 2020-08-27 11:08:14 -04:00 committed by GitHub
parent c225e872ed
commit 9d1b4db2aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,6 +43,7 @@ jobs:
pip install --upgrade pip
pip install torch!=1.6.0
pip install .[sklearn,testing,onnxruntime]
pip install git+https://github.com/huggingface/nlp
- name: Are GPUs recognized by our DL frameworks
run: |