Skip to content

Commit 7738ac4

Browse files
authored
Merge pull request #289 from Exabyte-io/feature/mace-nb
update: add relaxation with MACE (SOF-7889)
2 parents 8a689bc + bf236a6 commit 7738ac4

7 files changed

Lines changed: 2292 additions & 0 deletions

File tree

config.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,24 @@ notebooks:
7272
- mat3ra-ade
7373
- mat3ra-wode
7474
- mat3ra-prode
75+
- name: torch
76+
packages_pyodide:
77+
- emfs:/drive/packages/torch-2.1.0a0-cp311-cp311-emscripten_3_1_45_wasm32.whl
78+
- name: mace
79+
packages_pyodide:
80+
# Packages with dependencies
81+
- opt_einsum
82+
- prettytable
83+
- orjson
84+
- anywidget
85+
# Packages without dependencies (using nodeps: prefix)
86+
- nodeps:opt_einsum_fx
87+
- nodeps:e3nn==0.4.4
88+
- nodeps:torch_ema
89+
- nodeps:lightning-utilities
90+
- nodeps:torchmetrics
91+
- nodeps:mace-torch
92+
# Stubbed packages (will be patched by torch_pyodide)
93+
- ssl
94+
- h5py
95+
- lmdb

0 commit comments

Comments
 (0)