Skip to content

Commit

Permalink
Remove large file from repo prior to git history purge (#844)
Browse files Browse the repository at this point in the history
* Remove large file from repo prior to git history purge

* add missing download in the docs
  • Loading branch information
levineds authored Sep 13, 2024
1 parent 7ba1fa3 commit 6c54ad9
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 1,017,909 deletions.
Binary file removed configs/odac/s2ef/scaling_factors/painn.pt
Binary file not shown.
4 changes: 4 additions & 0 deletions docs/core/fine-tuning/fine-tuning-oxides.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ import numpy as np
import matplotlib.pyplot as plt
from ase import Atoms
from fairchem.core.scripts import download_large_files
download_large_files.download_file_group("docs")
with open('supporting-information.json', 'rb') as f:
d = json.loads(f.read())
Expand Down
1 change: 0 additions & 1 deletion docs/core/fine-tuning/supporting-information.json

This file was deleted.

Binary file removed docs/tutorials/NRR/NRR_example_bulks.pkl
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed src/fairchem/data/oc/databases/pkls/bulks.pkl
Binary file not shown.
Loading

0 comments on commit 6c54ad9

Please sign in to comment.