Skip to content

Commit 5d96fd5

Browse files
authored
Merge pull request #80 from graphcore/Fix
Change addons requirements to https, disable wandb by default
2 parents 03e04e8 + 6071c07 commit 5d96fd5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nlp/gpt_j/popxl/requirements.txt

+1-1
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/[email protected]_a
18+
git+https://github.com/graphcore/[email protected]_a
1919

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

nlp/gpt_j/popxl/utils/setup.py

+1-1
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)