Skip to content

Commit

Permalink
Change ray import folder structure (intel-analytics#2194)
Browse files Browse the repository at this point in the history
* rebase

* revert automl readme
  • Loading branch information
hkvision committed Apr 14, 2020
1 parent 33e17a7 commit 4b8bc3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ray/parameter_server/sharded_parameter_server.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"source": [
"# It may take a while to ditribute the local environment including python and java to cluster\n",
"import ray\n",
"from zoo.ray.util.raycontext import RayContext\n",
"from zoo.ray import RayContext\n",
"ray_ctx = RayContext(sc=sc, object_store_memory=\"4g\")\n",
"ray_ctx.init()\n",
"#ray.init(num_cpus=30, include_webui=False, ignore_reinit_error=True)"
Expand Down

0 comments on commit 4b8bc3d

Please sign in to comment.