1 parent 8c2e044 commit 21dab8bCopy full SHA for 21dab8b
2 files changed
modules/api/ray.py
@@ -10,7 +10,7 @@
10
#ray.init(os.environ.get("RAY_HEAD_ADDRESS", ""))
11
#ray.init("ray://localhost:10001")
12
if "RAY_HEAD_ADDRESS" in os.environ:
13
- ray.init(os.environ.get("RAY_HEAD_ADDRESS"))
+ ray.init(address=os.environ.get("RAY_HEAD_ADDRESS"))
14
else:
15
ray.init()
16
webui-user.sh
@@ -41,7 +41,7 @@
41
#export BLIP_COMMIT_HASH=""
42
43
# Uncomment to enable accelerated launch
44
-export ACCELERATE="True"
+#export ACCELERATE="True"
45
46
# Uncomment to disable TCMalloc
47
#export NO_TCMALLOC="True"
0 commit comments