Commit 651fe8cd authored by Hamish Tomlinson's avatar Hamish Tomlinson Committed by Copybara-Service
Browse files

Turn off bfloat16 in colab.

PiperOrigin-RevId: 514446997
Change-Id: I8b1113d39b62f7124d301e40c4b2e4418618bb7c
parent 6918c085
......@@ -599,6 +599,7 @@
" pbar.set_description(f'Running {model_name}')\n",
"\n",
" cfg = config.model_config(model_name)\n",
" cfg.model.global_config.bfloat16 = False\n",
"\n",
" if model_type_to_use == ModelType.MONOMER:\n",
" cfg.data.eval.num_ensemble = 1\n",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment