Skip to content

Commit

Permalink
added global path for cpu mace model inside calc.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaranu committed Mar 12, 2024
1 parent 7cb7ac9 commit dd41c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/calcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def calc():

mlcalculator = MACECalculator(
#model_paths='/global/home/users/kumaranu/Documents/gpu_jobs/MACE_model.model',
model_paths='/global/home/users/kumaranu/Documents/gpu_jobs/MACE_model_cpu.model',
model_paths='/global/home/users/kumaranu/Documents/mep_tests/src/MACE_model_cpu.model',
#device='cuda',
device='cpu',
default_dtype="float64",
Expand Down

0 comments on commit dd41c98

Please sign in to comment.