"docs/source/vscode:/vscode.git/clone" did not exist on "a30c865f991dfec9452cc64bd9a97bfbb96be036"
Unverified Commit 89293a0f authored by Zachary Mueller's avatar Zachary Mueller Committed by GitHub
Browse files

Make nightly install dev accelerate (#16783)

parent b151ddb9
...@@ -623,6 +623,7 @@ jobs: ...@@ -623,6 +623,7 @@ jobs:
- run: pip install --upgrade pip - run: pip install --upgrade pip
- run: pip install .[sklearn,torch,sentencepiece,testing,torch-speech] - run: pip install .[sklearn,torch,sentencepiece,testing,torch-speech]
- run: pip install -r examples/pytorch/_tests_requirements.txt - run: pip install -r examples/pytorch/_tests_requirements.txt
- run: pip install git+https://github.com/huggingface/accelerate
- save_cache: - save_cache:
key: v0.4-torch_examples-{{ checksum "setup.py" }} key: v0.4-torch_examples-{{ checksum "setup.py" }}
paths: paths:
......
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