Alphageometry Weights and Vocabulary Setup
This repository provides an alternative method for setting up alphageometry, particularly useful for users encountering errors with the bash download.sh script from Google Drive.
Common Error
When running the download.sh script, you may encounter the following error:
bash download.sh
# Error Output:
DATA=ag_ckpt_vocab
Retrieving folder list
Failed to retrieve folder contents:
file/folder name cannot be extracted from: ag_ckpt_vocab – Google Drive
Resolution Steps
Create a Folder:
- At the root of your alphageometry folder, create a new folder named
ag_ckpt_vocab. Example:alphageometry/ag_ckpt_vocab
- At the root of your alphageometry folder, create a new folder named
Download Required Files:
- Download and place the following three files inside your
ag_ckpt_vocabfolder:geometry.757.vocabgeometry.757.modelcheckpoint_10999999
- Download and place the following three files inside your
Set Environment Variable:
Open a bash shell at the root of your alphageometry folder.
Execute the following command:
export DATA=ag_ckpt_vocab
Alternative to Step 3
Alternatively, you can automate the environment variable setup:
Create a file named
extrasetup.shin the root of your alphageometry folder.Add the following line to
extrasetup.sh:export DATA=ag_ckpt_vocabIn a bash shell at the root of your alphageometry folder, execute:
bash extrasetup.sh
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support