Skip to content

Commit

Permalink
disable ray dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
RayLei-TRI committed Aug 1, 2023
1 parent 5cb2226 commit f52bdac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GMPFeaturizer/gmp_featurizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def _calculate_GMP_features(
idx_list,
)

ray.init(num_cpus=cores)
ray.init(num_cpus=cores, include_dashboard=False)
actors = [
remote_feature_actor.remote(self.feature_setup, self.feature_database)
for _ in range(cores)
Expand Down

0 comments on commit f52bdac

Please sign in to comment.