Skip to content

Commit 43cb841

Browse files
committed
init env
1 parent 21ed5a5 commit 43cb841

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.env.public

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
ARNOLD_WORKER_NUM=1
2+
ARNOLD_WORKER_GPU=8
3+
METIS_WORKER_0_HOST=127.0.0.1
4+
METIS_WORKER_0_PORT=6066
5+
ARNOLD_ID=0

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
data/
2+
dataset/
3+
.env
4+
__pycache__
5+
outputs

0 commit comments

Comments
 (0)