Skip to content

Commit

Permalink
Install numba
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanielMcVicar committed Oct 17, 2023
1 parent fb55916 commit c66c198
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/torchbench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
run: |
python3 -m pip install --upgrade pip
python3 -m pip install numba
python3 -m pip install --upgrade torch==2.2.0.dev20231017 torchvision==0.17.0.dev20231017 torchaudio==2.2.0.dev20231017 --index-url https://download.pytorch.org/whl/nightly/cu121
cd torchbench
python3 install.py -v BERT_pytorch
Expand Down

0 comments on commit c66c198

Please sign in to comment.