Spaces:
Running
Running
Yuan (Cyrus) Chiang
commited on
Add more benchmarks result and rename direcotry (#63)
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .github/workflows/test.yaml +1 -2
- .gitignore +1 -1
- {examples → benchmarks}/bzo/dft.ipynb +0 -0
- {examples → benchmarks}/bzo/pbe/mode-1.npy +0 -0
- {examples → benchmarks}/bzo/pbe/phonopy_params.yaml +0 -0
- {examples → benchmarks}/c2db/ALIGNN.parquet +0 -0
- {examples → benchmarks}/c2db/CHGNet.parquet +0 -0
- {examples → benchmarks}/c2db/M3GNet.parquet +0 -0
- {examples → benchmarks}/c2db/MACE-MP(M).parquet +0 -0
- {examples → benchmarks}/c2db/MACE-MPA.parquet +0 -0
- {examples → benchmarks}/c2db/MatterSim.parquet +0 -0
- {examples → benchmarks}/c2db/ORBv2.parquet +0 -0
- {examples → benchmarks}/c2db/SevenNet.parquet +0 -0
- {examples → benchmarks}/c2db/analysis.ipynb +0 -0
- {examples → benchmarks}/c2db/c2db-confusion_matrices.pdf +0 -0
- {examples → benchmarks}/c2db/c2db-f1_bar.pdf +0 -0
- {examples → benchmarks}/c2db/c2db.db +0 -0
- {examples → benchmarks}/c2db/copy.parquet +0 -0
- {examples → benchmarks}/c2db/run.py +0 -0
- {examples → benchmarks}/eos_alloy/run_Fe-Ni-Cr.ipynb +0 -0
- {examples → benchmarks}/eos_bulk/CHGNet.parquet +0 -0
- {examples → benchmarks}/eos_bulk/CHGNet_processed.parquet +0 -0
- {examples → benchmarks}/eos_bulk/M3GNet.parquet +0 -0
- {examples → benchmarks}/eos_bulk/M3GNet_processed.parquet +0 -0
- {examples → benchmarks}/eos_bulk/MACE-MP(M).parquet +0 -0
- {examples → benchmarks}/eos_bulk/MACE-MP(M)_processed.parquet +0 -0
- {examples → benchmarks}/eos_bulk/MACE-MPA.parquet +0 -0
- {examples → benchmarks}/eos_bulk/MACE-MPA_processed.parquet +0 -0
- {examples → benchmarks}/eos_bulk/MatterSim.parquet +0 -0
- {examples → benchmarks}/eos_bulk/MatterSim_processed.parquet +0 -0
- {examples → benchmarks}/eos_bulk/ORBv2.parquet +0 -0
- {examples → benchmarks}/eos_bulk/ORBv2_processed.parquet +0 -0
- {examples → benchmarks}/eos_bulk/SevenNet.parquet +0 -0
- {examples → benchmarks}/eos_bulk/SevenNet_processed.parquet +0 -0
- {examples → benchmarks}/eos_bulk/analyze.py +0 -0
- {examples → benchmarks}/eos_bulk/eSEN.parquet +0 -0
- {examples → benchmarks}/eos_bulk/eSEN_processed.parquet +0 -0
- {examples → benchmarks}/eos_bulk/plot.py +0 -0
- {examples → benchmarks}/eos_bulk/preprocessing.py +0 -0
- {examples → benchmarks}/eos_bulk/run.py +0 -0
- {examples → benchmarks}/eos_bulk/summary.csv +0 -0
- {examples → benchmarks}/eos_bulk/summary.tex +0 -0
- {examples → benchmarks}/mof/CHGNet.pkl +0 -0
- {examples → benchmarks}/mof/M3GNet.pkl +0 -0
- {examples → benchmarks}/mof/MACE-MP(M).pkl +0 -0
- {examples → benchmarks}/mof/MACE-MPA.pkl +0 -0
- {examples → benchmarks}/mof/MatterSim.pkl +0 -0
- {examples → benchmarks}/mof/ORBv2.pkl +0 -0
- {examples → benchmarks}/mof/classification/M3GNet.pkl +0 -0
- {examples → benchmarks}/mof/classification/MACE-MP(M).pkl +0 -0
.github/workflows/test.yaml
CHANGED
@@ -49,7 +49,7 @@ jobs:
|
|
49 |
env:
|
50 |
PREFECT_API_KEY: ${{ secrets.PREFECT_API_KEY }}
|
51 |
PREFECT_API_URL: ${{ secrets.PREFECT_API_URL }}
|
52 |
-
run: pytest -vra -n 5 --
|
53 |
|
54 |
- name: Squash commits and trial push to Hugging Face
|
55 |
if: github.event_name == 'pull_request'
|
@@ -75,7 +75,6 @@ jobs:
|
|
75 |
# Setup LFS
|
76 |
git lfs fetch
|
77 |
git lfs checkout
|
78 |
-
# git config lfs.allowincompletepush true
|
79 |
|
80 |
# Push to temporary branch on Hugging Face
|
81 |
git push -f https://HF_USERNAME:[email protected]/spaces/atomind/mlip-arena HEAD:refs/heads/$TRIAL_BRANCH
|
|
|
49 |
env:
|
50 |
PREFECT_API_KEY: ${{ secrets.PREFECT_API_KEY }}
|
51 |
PREFECT_API_URL: ${{ secrets.PREFECT_API_URL }}
|
52 |
+
run: pytest -vra -n 5 --dist=loadscope tests
|
53 |
|
54 |
- name: Squash commits and trial push to Hugging Face
|
55 |
if: github.event_name == 'pull_request'
|
|
|
75 |
# Setup LFS
|
76 |
git lfs fetch
|
77 |
git lfs checkout
|
|
|
78 |
|
79 |
# Push to temporary branch on Hugging Face
|
80 |
git push -f https://HF_USERNAME:[email protected]/spaces/atomind/mlip-arena HEAD:refs/heads/$TRIAL_BRANCH
|
.gitignore
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
*.extxyz
|
3 |
*.traj
|
4 |
mlip_arena/tasks/*/
|
5 |
-
|
6 |
lab/
|
7 |
manuscripts/
|
8 |
datasets/
|
|
|
2 |
*.extxyz
|
3 |
*.traj
|
4 |
mlip_arena/tasks/*/
|
5 |
+
benchmarks/
|
6 |
lab/
|
7 |
manuscripts/
|
8 |
datasets/
|
{examples → benchmarks}/bzo/dft.ipynb
RENAMED
File without changes
|
{examples → benchmarks}/bzo/pbe/mode-1.npy
RENAMED
File without changes
|
{examples → benchmarks}/bzo/pbe/phonopy_params.yaml
RENAMED
File without changes
|
{examples → benchmarks}/c2db/ALIGNN.parquet
RENAMED
File without changes
|
{examples → benchmarks}/c2db/CHGNet.parquet
RENAMED
File without changes
|
{examples → benchmarks}/c2db/M3GNet.parquet
RENAMED
File without changes
|
{examples → benchmarks}/c2db/MACE-MP(M).parquet
RENAMED
File without changes
|
{examples → benchmarks}/c2db/MACE-MPA.parquet
RENAMED
File without changes
|
{examples → benchmarks}/c2db/MatterSim.parquet
RENAMED
File without changes
|
{examples → benchmarks}/c2db/ORBv2.parquet
RENAMED
File without changes
|
{examples → benchmarks}/c2db/SevenNet.parquet
RENAMED
File without changes
|
{examples → benchmarks}/c2db/analysis.ipynb
RENAMED
File without changes
|
{examples → benchmarks}/c2db/c2db-confusion_matrices.pdf
RENAMED
File without changes
|
{examples → benchmarks}/c2db/c2db-f1_bar.pdf
RENAMED
File without changes
|
{examples → benchmarks}/c2db/c2db.db
RENAMED
File without changes
|
{examples → benchmarks}/c2db/copy.parquet
RENAMED
File without changes
|
{examples → benchmarks}/c2db/run.py
RENAMED
File without changes
|
{examples → benchmarks}/eos_alloy/run_Fe-Ni-Cr.ipynb
RENAMED
File without changes
|
{examples → benchmarks}/eos_bulk/CHGNet.parquet
RENAMED
File without changes
|
{examples → benchmarks}/eos_bulk/CHGNet_processed.parquet
RENAMED
File without changes
|
{examples → benchmarks}/eos_bulk/M3GNet.parquet
RENAMED
File without changes
|
{examples → benchmarks}/eos_bulk/M3GNet_processed.parquet
RENAMED
File without changes
|
{examples → benchmarks}/eos_bulk/MACE-MP(M).parquet
RENAMED
File without changes
|
{examples → benchmarks}/eos_bulk/MACE-MP(M)_processed.parquet
RENAMED
File without changes
|
{examples → benchmarks}/eos_bulk/MACE-MPA.parquet
RENAMED
File without changes
|
{examples → benchmarks}/eos_bulk/MACE-MPA_processed.parquet
RENAMED
File without changes
|
{examples → benchmarks}/eos_bulk/MatterSim.parquet
RENAMED
File without changes
|
{examples → benchmarks}/eos_bulk/MatterSim_processed.parquet
RENAMED
File without changes
|
{examples → benchmarks}/eos_bulk/ORBv2.parquet
RENAMED
File without changes
|
{examples → benchmarks}/eos_bulk/ORBv2_processed.parquet
RENAMED
File without changes
|
{examples → benchmarks}/eos_bulk/SevenNet.parquet
RENAMED
File without changes
|
{examples → benchmarks}/eos_bulk/SevenNet_processed.parquet
RENAMED
File without changes
|
{examples → benchmarks}/eos_bulk/analyze.py
RENAMED
File without changes
|
{examples → benchmarks}/eos_bulk/eSEN.parquet
RENAMED
File without changes
|
{examples → benchmarks}/eos_bulk/eSEN_processed.parquet
RENAMED
File without changes
|
{examples → benchmarks}/eos_bulk/plot.py
RENAMED
File without changes
|
{examples → benchmarks}/eos_bulk/preprocessing.py
RENAMED
File without changes
|
{examples → benchmarks}/eos_bulk/run.py
RENAMED
File without changes
|
{examples → benchmarks}/eos_bulk/summary.csv
RENAMED
File without changes
|
{examples → benchmarks}/eos_bulk/summary.tex
RENAMED
File without changes
|
{examples → benchmarks}/mof/CHGNet.pkl
RENAMED
File without changes
|
{examples → benchmarks}/mof/M3GNet.pkl
RENAMED
File without changes
|
{examples → benchmarks}/mof/MACE-MP(M).pkl
RENAMED
File without changes
|
{examples → benchmarks}/mof/MACE-MPA.pkl
RENAMED
File without changes
|
{examples → benchmarks}/mof/MatterSim.pkl
RENAMED
File without changes
|
{examples → benchmarks}/mof/ORBv2.pkl
RENAMED
File without changes
|
{examples → benchmarks}/mof/classification/M3GNet.pkl
RENAMED
File without changes
|
{examples → benchmarks}/mof/classification/MACE-MP(M).pkl
RENAMED
File without changes
|