Skip to content

Commit de5eb78

Browse files
HalestormAIIan Hales
authored andcommitted
Fix popxl-addons requirements files for sdk 3.0
This fixes the requirements files for the PopXL examples to use the external-facing addons, instead of the internal one. It's out of sync with master so shouldn't get cherry-picked back to `examples-internal:master`.
1 parent 86ccafd commit de5eb78

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

nlp/bert/popxl/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ pytest
1515
pytest-pythonpath
1616

1717
git+https://github.com/graphcore/examples-utils@e60289e0744c061dcfb060131cd3fbd7ad2840e0#egg=examples-utils
18-
git+ssh://[email protected]/graphcore/popxl-addons-internal.git@6da586a0c27e2f5c2280b481d88f349f8e04b627#egg=popxl-addons
18+
git+ssh://[email protected]/graphcore/popxl-addons.git@6da586a0c27e2f5c2280b481d88f349f8e04b627#egg=popxl-addons
1919

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

nlp/gpt3_2.7B/popxl/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ wandb==0.12.8
1313
pytest==6.2.5
1414
pytest-pythonpath==0.7.4
1515

16-
git+ssh://[email protected]/graphcore/popxl-addons-internal.git@6da586a0c27e2f5c2280b481d88f349f8e04b627#egg=popxl-addons
16+
git+ssh://[email protected]/graphcore/popxl-addons.git@6da586a0c27e2f5c2280b481d88f349f8e04b627#egg=popxl-addons
1717
protobuf==3.20.*; python_version > '3.6'

nlp/gpt_j/popxl/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ sklearn==0.0
1414
pytest==6.2.5
1515
pytest-pythonpath==0.7.4
1616

17-
git+ssh://[email protected]/graphcore/popxl-addons-internal.git@6da586a0c27e2f5c2280b481d88f349f8e04b627#egg=popxl-addons
17+
git+ssh://[email protected]/graphcore/popxl-addons.git@6da586a0c27e2f5c2280b481d88f349f8e04b627#egg=popxl-addons
1818

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

preview/multimodal/rudalle/popxl/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ bs4
1111
pytest
1212
pytest-pythonpath
1313

14-
git+ssh://[email protected]/graphcore/popxl-addons-internal.git@6da586a0c27e2f5c2280b481d88f349f8e04b627#egg=popxl-addons
14+
git+ssh://[email protected]/graphcore/popxl-addons.git@6da586a0c27e2f5c2280b481d88f349f8e04b627#egg=popxl-addons

0 commit comments

Comments
 (0)