AttributeError: "DecoderOnlyLanguageModel" object has no attribute "num_heads" when I use "alphageometry" mode?
How to fix this problem when I use alphageometry mode?
Traceback (most recent call last):
File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/content/alphageometry/alphageometry.py", line 645, in
what's your DATA path and gin_search_paths?
Make sure to copy 3 files in your DATA folder: ag_ckpt_vocab
what's your DATA path and gin_search_paths?
Make sure to copy 3 files in your DATA folder: ag_ckpt_vocab
3 files are checkpoint_10999999, geometry.757.model and geometry.757.vocab? I download and copy to ag_ckpt_vocab folder, but have the same error