We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdf3ce2 commit 7e61d56Copy full SHA for 7e61d56
.github/workflows/build_doc_test.yml
@@ -29,10 +29,11 @@ jobs:
29
30
- name: Setup environment
31
run: |
32
+ pip install --upgrade pip
33
sudo apt-get -y update && sudo apt-get install -y libsndfile1-dev
34
35
pip install git+https://github.com/huggingface/doc-builder
- pip install git+https://github.com/huggingface/transformers#egg=transformers[dev]
36
+ pip install .[dev]
37
38
export TORCH_VERSION=$(python -c "from torch import version; print(version.__version__.split('+')[0])")
39
pip install torch-scatter -f https://data.pyg.org/whl/torch-${TORCH_VERSION}+cpu.html
0 commit comments