Skip to content

Commit 6071c07

Browse files
committed
Change addons requirements to https, disable wandb by default
1 parent 03e04e8 commit 6071c07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nlp/gpt_j/popxl/requirements.txt

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

18-
git+ssh://git@github.com/graphcore/popxl-addons.git@sdk-release-3.1_a
18+
git+https://github.com/graphcore/popxl-addons.git@sdk-release-3.1_a
1919

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

nlp/gpt_j/popxl/utils/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def gptj_fine_tuning_setup(
124124
) -> Tuple[GPTJConfig, argparse.Namespace, Optional[GPTJForCausalLM]]:
125125
"""GPT-J setup for fine tunning scripts"""
126126
config, args, pretrained = gptj_config_setup(config_file, presets_key, default_config,
127-
wandb_setup=True, hf_model_setup=True)
127+
wandb_setup=False, hf_model_setup=True)
128128

129129
return config, args, pretrained
130130

0 commit comments

Comments
 (0)