Unverified Commit 6bed603b authored by zcxzcx1's avatar zcxzcx1 Committed by GitHub
Browse files

Merge pull request #4 from hjhk258/patch-1

Add chmod instruction for execution permissions
parents c23694f3 a5849c5f
......@@ -11,6 +11,7 @@ git clone https://github.com/pic-ai-robotic-chemistry/BOMLIP-CSP.git --recursive
conda create -n BOMLIP_CSP python=3.10 -y
conda activate BOMLIP_CSP
cd BOMLIP-CSP/mace-bench
# using chmod -R 755 in your BOMLIP-CSP folder if you do not have exection permission
./reproduce/init_mace.sh
source util/env.sh
cd ..
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment