"tests/generation/test_utils.py" did not exist on "3ccff0d400ffd1b0c5074e15afb2b1f2af0e7b44"
Unverified Commit 9d1b4db2 authored by Sam Shleifer's avatar Sam Shleifer Committed by GitHub
Browse files

add nlp install (#6767)

parent c225e872
...@@ -43,6 +43,7 @@ jobs: ...@@ -43,6 +43,7 @@ jobs:
pip install --upgrade pip pip install --upgrade pip
pip install torch!=1.6.0 pip install torch!=1.6.0
pip install .[sklearn,testing,onnxruntime] pip install .[sklearn,testing,onnxruntime]
pip install git+https://github.com/huggingface/nlp
- name: Are GPUs recognized by our DL frameworks - name: Are GPUs recognized by our DL frameworks
run: | run: |
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment