Skip to content

Commit

Permalink
fix docs.yml by installing torchmetrics (pytorch#1433)
Browse files Browse the repository at this point in the history
Summary:

manually install torchmetrics.

for some reason this problem isn't countered in build-wheels-linux

Differential Revision: D50091290
  • Loading branch information
hlhtsang authored and facebook-github-bot committed Oct 9, 2023
1 parent ee359ee commit 7c6a5cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ jobs:
- name: Install fbgemm
run: |
conda run -n build_binary pip install fbgemm-gpu --index-url https://download.pytorch.org/whl/nightly/cpu
- name: Install torchmetrics
run: |
conda run -n build_binary pip install torchmetrics==1.0.3
- name: Install TorchRec
run: |
conda run -n build_binary pip install torchrec --index-url https://download.pytorch.org/whl/nightly/cpu
Expand Down

0 comments on commit 7c6a5cd

Please sign in to comment.