Open greentree327 opened 1 month ago
Same with me
lm.LanguageModelInference(vocab_path, ckpt_init, mode='beam_search')
File "/home/ubuntu/NSL-KDD/Data5et-master/N5L-KDD/alphageometry-main/alphageometry-main/1m_inference,py", line 81, in init for idx in self.encode_list(['.',';']):
File "/home/ubuntu/NSL-KDD/Data5et-master/N5L-KDD/alphageometry-main/alphageometry-main/1m_inference,py", line 97, in encode_list result= [self.vocab.encode(x) for x in inputs_strs]
File "/home/ubuntu/NSL-KDD/Data5et-master/N5L-KDD/alphageometry-main/alphageometry-main/1m_inference,py", line 97, in
https://github.com/google-deepmind/alphageometry
I would like to copy and run this github repository on Ubuntu / google colab / kaggle, but I faced error every time when I Run AlphaGeometry, which is defined in the github and below.
python -m alphageometry \ --alsologtostderr \ --problems_file=$(pwd)/examples.txt \ --problem_name=orthocenter \ --mode=alphageometry \ ″${DDAR_ARGS[@]}″ \ ″${SEARCH_ARGS[@]}″ \ ″${LM_ARGS[@]}″
Can anyone share their full, successful running code?