Skip to content

Commit 29d17bc

Browse files
authored
Updating the examples_util version to be latest stable (#84)
1 parent af1218d commit 29d17bc

File tree

24 files changed

+24
-24
lines changed

24 files changed

+24
-24
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ repos:
2020
pass_filenames: false
2121
language: python
2222
additional_dependencies:
23-
- 'git+https://github.com/graphcore/examples-utils.git@1aded5f35073d93fedcb516ad3782082daba3f87'
23+
- 'git+https://github.com/graphcore/examples-utils.git@latest_stable'

gnn/cluster_gcn/tensorflow2/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ tensorflow-addons==0.14.0
1818
torch==1.13.0+cu116; python_version >= '3.9'
1919
trainlog==0.2
2020
wandb==0.12.8
21-
git+https://github.com/graphcore/examples-utils@0f3024827451878955ed495daf2e1b552eaf749f#egg=examples-utils
21+
git+https://github.com/graphcore/examples-utils@latest_stable

gnn/message_passing/tensorflow2/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ regex==2022.4.24
1111
--find-links https://download.pytorch.org/whl/torch_stable.html
1212
torch==1.13.0+cu116; python_version >= '3.9'
1313
wandb==0.12.8
14-
git+https://github.com/graphcore/examples-utils@8f57bfda96af84e3c931837bed052a657328d264#egg=examples-utils
14+
git+https://github.com/graphcore/examples-utils@latest_stable

gnn/tgn/pytorch/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ torch-sparse==0.6.13
55
tqdm==4.60.0
66
pytest==6.2.5
77
matplotlib
8-
git+https://github.com/graphcore/examples-utils@0f3024827451878955ed495daf2e1b552eaf749f#egg=examples-utils
8+
git+https://github.com/graphcore/examples-utils@latest_stable

multimodal/CLIP/pytorch/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ torchvision==0.14.0+cpu; python_version > '3.6'
88
torchvision==0.11.0+cpu; python_version <= '3.6'
99
pytest==6.2.5
1010
protobuf==3.19.4
11-
git+https://github.com/graphcore/examples-utils@0f3024827451878955ed495daf2e1b552eaf749f#egg=examples-utils
11+
git+https://github.com/graphcore/examples-utils@latest_stable

multimodal/frozen_in_time/pytorch/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ zipp==3.6.0
6060
opencv-python-headless==4.6.0.66
6161
fire==0.4.0
6262
wandb==0.12.8
63-
git+https://github.com/graphcore/examples-utils@0863d5e6df28dacdf75d9c4aa212337f26d05c0d#egg=examples-utils
63+
git+https://github.com/graphcore/examples-utils@latest_stable

multimodal/mini_dalle/pytorch/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ pytest-pythonpath==0.7.4
1717
torchvision==0.14.0+cpu; python_version > '3.6'
1818
torchvision==0.11.0+cpu; python_version <= '3.6'
1919
horovod==0.24.3
20-
git+https://github.com/graphcore/examples-utils@0f3024827451878955ed495daf2e1b552eaf749f#egg=examples-utils
20+
git+https://github.com/graphcore/examples-utils@latest_stable

nlp/bert/popxl/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ wandb==0.12.8
1515
pytest
1616
pytest-pythonpath
1717

18-
git+https://github.com/graphcore/examples-utils@e60289e0744c061dcfb060131cd3fbd7ad2840e0#egg=examples-utils
18+
git+https://github.com/graphcore/examples-utils@latest_stable
1919
2020

2121
protobuf==3.20.*; python_version > '3.6'

nlp/bert/pytorch/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ tfrecord==1.14.1
1111
filelock==3.4.1
1212
mpi4py==3.1.3
1313
horovod==0.24.0
14-
git+https://github.com/graphcore/examples-utils@0f3024827451878955ed495daf2e1b552eaf749f#egg=examples-utils
14+
git+https://github.com/graphcore/examples-utils@latest_stable
1515
cmake==3.22.4
1616
tritonclient[grpc]==2.16.0

nlp/bert/tensorflow2/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ pytest-xdist==2.5.0
99
tensorflow-addons==0.14.0
1010
tensorflow-datasets==4.4.0
1111
git+https://github.com/graphcore/[email protected]#egg=transformers # Fork of transformers to support KerasTensor from the Keras package with Python 3.6.
12-
git+https://github.com/graphcore/examples-utils@0f3024827451878955ed495daf2e1b552eaf749f#egg=examples-utils
12+
git+https://github.com/graphcore/examples-utils@latest_stable
1313
wandb==0.12.8

0 commit comments

Comments
 (0)