Skip to content
Snippets Groups Projects
Commit bd9cd55b authored by Augustin Zidek's avatar Augustin Zidek
Browse files

Fix default model directory and remove a superfluous word

PiperOrigin-RevId: 696434352
parent 44e1fd57
No related branches found
No related tags found
1 merge request!1Cloned AlphaFold 3 repo into this one
...@@ -8,8 +8,8 @@ free of charge for certain non-commercial uses in accordance with the ...@@ -8,8 +8,8 @@ free of charge for certain non-commercial uses in accordance with the
restrictions set out below. This policy uses the same defined terms as the restrictions set out below. This policy uses the same defined terms as the
[AlphaFold 3 Model Parameters Terms of Use](https://github.com/google-deepmind/alphafold3/blob/main/WEIGHTS_TERMS_OF_USE.md). [AlphaFold 3 Model Parameters Terms of Use](https://github.com/google-deepmind/alphafold3/blob/main/WEIGHTS_TERMS_OF_USE.md).
**You must not access or use nor allow others to access or use the the AlphaFold **You must not access or use nor allow others to access or use the AlphaFold 3
3 Assets:** Assets:**
1. **On behalf of a commercial organization or in connection with any 1. **On behalf of a commercial organization or in connection with any
commercial activities, including research on behalf of commercial commercial activities, including research on behalf of commercial
......
...@@ -56,7 +56,7 @@ import numpy as np ...@@ -56,7 +56,7 @@ import numpy as np
_HOME_DIR = pathlib.Path(os.environ.get('HOME')) _HOME_DIR = pathlib.Path(os.environ.get('HOME'))
DEFAULT_MODEL_DIR = _HOME_DIR / 'models/model_103275239_1' DEFAULT_MODEL_DIR = _HOME_DIR / 'models'
DEFAULT_DB_DIR = _HOME_DIR / 'public_databases' DEFAULT_DB_DIR = _HOME_DIR / 'public_databases'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment