Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
enforce PyTorch geometric to version 1.6.3
  • Loading branch information
SilvioGiancola authored Dec 8, 2022
1 parent 9b14f0c commit 043e55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Benchmarks/CALF_Calibration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ pip install --no-index torch-scatter -f https://pytorch-geometric.com/whl/torch-
pip install --no-index torch-sparse -f https://pytorch-geometric.com/whl/torch-${TORCH}+${CUDA}.html
pip install --no-index torch-cluster -f https://pytorch-geometric.com/whl/torch-${TORCH}+${CUDA}.html
pip install --no-index torch-spline-conv -f https://pytorch-geometric.com/whl/torch-${TORCH}+${CUDA}.html
pip install torch-geometric
pip install torch-geometric==1.6.3

pip install efficientnet_pytorch
```
Expand Down

0 comments on commit 043e55e

Please sign in to comment.